Removed certbot from build image

This commit is contained in:
lars-hagen
2020-01-14 22:44:57 +01:00
parent 2c920625a6
commit 938099e1b1
-5
View File
@@ -9,10 +9,5 @@ RUN apt-get install $extensions -y
# add-apt-repository 'deb http://ftp.debian.org/debian jessie-backports main' && \ # add-apt-repository 'deb http://ftp.debian.org/debian jessie-backports main' && \
# apt-get update && apt-get install -y python-certbot-apache -t jessie-backports # apt-get update && apt-get install -y python-certbot-apache -t jessie-backports
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