update from python2 certbot.

This commit is contained in:
Greyscale 2022-05-05 12:38:19 +02:00
parent 9fe0bf0310
commit 2655c76fe6
No known key found for this signature in database
GPG key ID: EF017054C3E9CD59

View file

@ -20,7 +20,7 @@ RUN apt-get -qq update && \
apt-get -qq update && \
apt-get -yqq install --no-install-recommends \
nginx \
python-certbot-nginx \
python3-certbot-nginx \
&& \
apt-get remove -yqq \
lsb-core \