Skip to content

Commit 2523424

Browse files
committed
Updates dockerfiles
1 parent b81325d commit 2523424

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ ENV NODE_ENV=production
1717

1818
RUN 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

2424
ENV NPM_BUILD_VERSION="${BUILD_VERSION}" NPM_BUILD_COMMIT="${BUILD_COMMIT}" NPM_BUILD_DATE="${BUILD_DATE}"

docker/dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ENV S6_FIX_ATTRS_HIDDEN=1
77

88
RUN 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

0 commit comments

Comments
 (0)