Skip to content

Commit

Permalink
Add dnspython for certbot
Browse files Browse the repository at this point in the history
Fixes #168
  • Loading branch information
mblaschke committed Apr 5, 2017
1 parent 2c86d0c commit a49af8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/certbot/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN /usr/local/bin/apk-install \
python \
py-crypto \
py2-pip \
py2-dnspython \
certbot \
&& pip install --upgrade pip \
&& hash -r \
Expand Down
1 change: 1 addition & 0 deletions template/Dockerfile/images/certbot.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN /usr/local/bin/apk-install \
python \
py-crypto \
py2-pip \
py2-dnspython \
certbot \
&& pip install --upgrade pip \
&& hash -r \
Expand Down

0 comments on commit a49af8a

Please sign in to comment.