add cloudflare dns also to dev docker file
This commit is contained in:
parent
74010acd85
commit
2d7576c57e
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ ENV S6_FIX_ATTRS_HIDDEN=1
|
|||
|
||||
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
|
||||
&& apk update \
|
||||
&& apk add python2 certbot jq \
|
||||
&& apk add python2 py-pip certbot jq \
|
||||
&& pip install certbot-dns-cloudflare \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
# Task
|
||||
|
|
Loading…
Reference in a new issue