Skip to content

Commit

Permalink
Prepare changelog, fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Oct 25, 2020
1 parent cd73d5a commit 8f9d0f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## master - CURRENT
* Upgrade Lexicon to 3.4.4 (fix Gandi provider)
* Upgrade Certbot to 1.9.0

## 3.7.0 - 11/09/2020
## Modified
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ ENV CERTS_PATH /etc/letsencrypt
RUN apk add --no-cache \
py3-pip \
# Core dependencies that would need a compilation
"py3-cryptography=~$(grep cryptography /tmp/dnsrobocert/constraints.txt | sed 's/.*==//g')" \
"py3-cffi=~$(grep cffi /tmp/dnsrobocert/constraints.txt | sed 's/.*==//g')" \
"py3-lxml=~$(grep lxml /tmp/dnsrobocert/constraints.txt | sed 's/.*==//g')" \
"py3-cryptography=~$(grep cryptography /tmp/dnsrobocert/constraints.txt | sed 's/;.*//g' | sed 's/.*==//g')" \
"py3-cffi=~$(grep cffi /tmp/dnsrobocert/constraints.txt | sed 's/;.*//g' | sed 's/.*==//g')" \
"py3-lxml=~$(grep lxml /tmp/dnsrobocert/constraints.txt | sed 's/;.*//g' | sed 's/.*==//g')" \
# Hooks dependencies
docker-cli \
bash \
Expand Down

0 comments on commit 8f9d0f7

Please sign in to comment.