Skip to content

Commit 2d7576c

Browse files
committed
add cloudflare dns also to dev docker file
1 parent 74010ac commit 2d7576c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/dev/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +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 certbot jq \
10+
&& apk add python2 py-pip certbot jq \
11+
&& pip install certbot-dns-cloudflare \
1112
&& rm -rf /var/cache/apk/*
1213

1314
# Task

0 commit comments

Comments
 (0)