Skip to content

Commit

Permalink
Fix samson docker installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed Feb 3, 2017
1 parent 85b29ec commit 6d8d0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/samson-deployment/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ ENV SQLITE_CLEANUP_DAYS=0
# NGINX reverse proxy
RUN export DEBIAN_FRONTEND=noninteractive && set -x \
&& echo deb https://apt.dockerproject.org/repo debian-jessie main > /etc/apt/sources.list.d/docker.list \
&& apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D \
&& curl -fsSL https://yum.dockerproject.org/gpg | sudo apt-key add - \
&& /usr/local/bin/apt-install \
# Install nginx
nginx \
Expand Down
2 changes: 1 addition & 1 deletion template/Dockerfile/images/samson-deployment.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV SQLITE_CLEANUP_DAYS=0
# NGINX reverse proxy
RUN export DEBIAN_FRONTEND=noninteractive && set -x \
&& echo deb https://apt.dockerproject.org/repo debian-jessie main > /etc/apt/sources.list.d/docker.list \
&& apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D \
&& curl -fsSL https://yum.dockerproject.org/gpg | sudo apt-key add - \
&& /usr/local/bin/apt-install \
# Install nginx
nginx \
Expand Down

0 comments on commit 6d8d0c7

Please sign in to comment.