Clean up Dockerfile. Remove comments
This commit is contained in:
parent
51920bef7c
commit
98f43a905a
1 changed files with 0 additions and 7 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue