diff --git a/Dockerfile b/Dockerfile index c274be2..de9c7f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \