Skip to content

Commit

Permalink
Correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Ferrand committed Jul 19, 2018
1 parent 527974d commit 7f31266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ ENV CERTS_USER_OWNER root
ENV CERTS_GROUP_OWNER root

# Install dependencies, certbot, lexicon, prepare for first start and clean
RUN apk --no-cache --update add rsyslog git openssl libffi supervisor docker \
&& apk --no-cache --update --virtual build-dependencies add libffi-dev openssl-dev python-dev build-base \
RUN apk --no-cache --update add rsyslog git libffi libxml2 libxslt openssl supervisor docker \
&& apk --no-cache --update --virtual build-dependencies add libffi-dev libxml2-dev libxslt-dev openssl-dev python-dev build-base \
&& pip install "certbot==$CERTBOT_VERSION" \
&& pip install "dns-lexicon==$LEXICON_VERSION" \
&& pip install "dns-lexicon[namecheap]==$LEXICON_VERSION" \
Expand Down

0 comments on commit 7f31266

Please sign in to comment.