added some missing items

This commit is contained in:
Peter O
2017-06-23 12:10:37 -05:00
parent 381434a6db
commit 321452c7d5

View File

@@ -151,6 +151,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
ca-certificates \
dialog \
autoconf \
make \
gcc \
musl-dev \
linux-headers \
@@ -184,7 +185,7 @@ 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 autoconf
apk del gcc musl-dev linux-headers libffi-dev augeas-dev python-dev make autoconf
# ln -s /usr/bin/php7 /usr/bin/php
ADD conf/supervisord.conf /etc/supervisord.conf