One day the docker stuff will work.

This commit is contained in:
Drew Larson
2017-01-15 19:39:17 -06:00
parent de7a4b6d46
commit 6c13d4be8c
3 changed files with 9 additions and 2 deletions
+4 -1
View File
@@ -1,2 +1,5 @@
FROM nginx:alpine
FROM nginx
RUN echo 'deb http://ftp.debian.org/debian jessie-backports main' | tee /etc/apt/sources.list.d/backports.list
RUN apt-get update
RUN apt-get install -y python-certbot -t jessie-backports
COPY conf/* /etc/nginx/conf.d/