From 7f31266d9a8739f44a93ab99f551b5a65b9984cc Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 19 Jul 2018 21:32:12 +0200 Subject: [PATCH] Correct dependencies --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 67944572..3f5f4773 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \