Add certbot to the proxy container

This commit is contained in:
R. Tyler Croy 2017-08-26 19:02:36 -07:00
parent 5074ecca7e
commit 7687a6bdf5
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
FROM alpine
RUN apk add -U ruby dnsmasq supervisor nginx nginx-mod-http-headers-more nginx-mod-http-geoip
RUN apk add -U ruby dnsmasq supervisor \
certbot \
nginx nginx-mod-http-headers-more nginx-mod-http-geoip
ADD nginx.conf /etc/nginx/
RUN rm /etc/nginx/conf.d/default.conf && touch /etc/nginx/vars.conf /etc/nginx/monkeys.conf