Clean up Dockerfile. Remove comments

This commit is contained in:
David Parrish 2015-11-21 18:50:32 -05:00
parent 51920bef7c
commit 98f43a905a

View file

@ -10,17 +10,10 @@ RUN apt-get update \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*
# Get Let's Encrypt client source
#RUN git -C /opt clone https://github.com/letsencrypt/letsencrypt
# Get Let's Encrypt simp_le client source
RUN git -C /opt clone https://github.com/kuba/simp_le.git
# Install letsencrypt
#RUN cd /opt/letsencrypt && ./letsencrypt-auto --help
# Install simp_le
RUN cd /opt/simp_le && ./bootstrap.sh && ./venv.sh
#&& \
#RUN /opt/simp_le/venv.sh
# . venv/bin/activate
# Testing directory
RUN mkdir -p /usr/share/nginx/html/.well-known \