added some missing items
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user