This commit is contained in:
Ric Harvey
2017-01-03 09:45:51 +00:00
parent 919add13e0
commit 0829d18474
2 changed files with 3 additions and 2 deletions

View File

@@ -65,7 +65,8 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
pip install -U pip && \
pip install -U certbot && \
mkdir -p /etc/letsencrypt/webrootauth && \
apk del gcc musl-dev linux-headers libffi-dev augeas-dev python-dev
apk del gcc musl-dev linux-headers libffi-dev augeas-dev python-dev && \
ln -s /usr/bin/php7 /usr/bin/php
ADD conf/supervisord.conf /etc/supervisord.conf