Updates dockerfiles

This commit is contained in:
chaptergy
2020-10-05 01:04:18 +02:00
parent b81325d7bf
commit 2523424f68
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ ENV S6_FIX_ATTRS_HIDDEN=1
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
&& apk update \
&& apk add python2 py-pip certbot jq \
&& pip install certbot-dns-cloudflare \
&& apk add python3 certbot jq \
&& python3 -m ensurepip \
&& rm -rf /var/cache/apk/*
# Task