From 98f43a905a57341253156d8c1ec55e57b251313a Mon Sep 17 00:00:00 2001 From: David Parrish Date: Sat, 21 Nov 2015 18:50:32 -0500 Subject: [PATCH] Clean up Dockerfile. Remove comments --- Dockerfile | 7 ------- 1 file changed, 7 deletions(-) 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 \