|
|
@ -19,7 +19,7 @@ RUN apt-get install -y software-properties-common && \
|
|
|
|
add-apt-repository universe && \
|
|
|
|
add-apt-repository universe && \
|
|
|
|
add-apt-repository ppa:certbot/certbot && \
|
|
|
|
add-apt-repository ppa:certbot/certbot && \
|
|
|
|
apt-get update && \
|
|
|
|
apt-get update && \
|
|
|
|
apt-get install -y certbot python-certbot-apache
|
|
|
|
apt-get install -y certbot
|
|
|
|
|
|
|
|
|
|
|
|
RUN rm -rf /usr/local/lsws/conf
|
|
|
|
RUN rm -rf /usr/local/lsws/conf
|
|
|
|
ADD conf /usr/local/lsws/conf
|
|
|
|
ADD conf /usr/local/lsws/conf
|
|
|
|