File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ ENV NODE_ENV=production
1717
1818RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
1919 && apk update \
20- && apk add python2 py-pip certbot jq \
21- && pip install certbot-dns-cloudflare \
20+ && apk add python3 certbot jq \
21+ && python3 -m ensurepip \
2222 && rm -rf /var/cache/apk/*
2323
2424ENV NPM_BUILD_VERSION="${BUILD_VERSION}" NPM_BUILD_COMMIT="${BUILD_COMMIT}" NPM_BUILD_DATE="${BUILD_DATE}"
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ ENV S6_FIX_ATTRS_HIDDEN=1
77
88RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
99 && apk update \
10- && apk add python2 py-pip certbot jq \
11- && pip install certbot-dns-cloudflare \
10+ && apk add python3 certbot jq \
11+ && python3 -m ensurepip \
1212 && rm -rf /var/cache/apk/*
1313
1414# Task
You can’t perform that action at this time.
0 commit comments