1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-22 08:53:23 -05:00
workstand/docker/nginx/Dockerfile
2017-01-15 19:39:17 -06:00

6 lines
230 B
Docker

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/