We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74010ac commit 251aac7Copy full SHA for 251aac7
docker/Dockerfile
@@ -17,7 +17,8 @@ ENV NODE_ENV=production
17
18
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
19
&& apk update \
20
- && apk add python2 certbot jq \
+ && apk add python2 py-pip certbot jq \
21
+ && pip install certbot-dns-cloudflare \
22
&& rm -rf /var/cache/apk/*
23
24
ENV NPM_BUILD_VERSION="${BUILD_VERSION}" NPM_BUILD_COMMIT="${BUILD_COMMIT}" NPM_BUILD_DATE="${BUILD_DATE}"
0 commit comments