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
17
17
18
18
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
19
19
&& 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 \
22
22
&& rm -rf /var/cache/apk/*
23
23
24
24
ENV 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
7
7
8
8
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
9
9
&& 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 \
12
12
&& rm -rf /var/cache/apk/*
13
13
14
14
# Task
You can’t perform that action at this time.
0 commit comments