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 2d7576cCopy full SHA for 2d7576c
docker/dev/Dockerfile
@@ -7,7 +7,8 @@ ENV S6_FIX_ATTRS_HIDDEN=1
7
8
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
9
&& apk update \
10
- && apk add python2 certbot jq \
+ && apk add python2 py-pip certbot jq \
11
+ && pip install certbot-dns-cloudflare \
12
&& rm -rf /var/cache/apk/*
13
14
# Task
0 commit comments