rm apache pkg

This commit is contained in:
Cold-Egg
2020-01-22 13:32:48 -05:00
parent 1310d02c10
commit 287ee123e9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ RUN apt-get install -y software-properties-common && \
add-apt-repository universe && \
add-apt-repository ppa:certbot/certbot && \
apt-get update && \
apt-get install -y certbot python-certbot-apache
apt-get install -y certbot
RUN rm -rf /usr/local/lsws/conf
ADD conf /usr/local/lsws/conf
+1 -1
View File
@@ -19,7 +19,7 @@ RUN apt-get install -y software-properties-common && \
add-apt-repository universe && \
add-apt-repository ppa:certbot/certbot && \
apt-get update && \
apt-get install -y certbot python-certbot-apache
apt-get install -y certbot
RUN rm -rf /usr/local/lsws/conf
ADD conf /usr/local/lsws/conf