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 \
|
ca-certificates \
|
||||||
dialog \
|
dialog \
|
||||||
autoconf \
|
autoconf \
|
||||||
|
make \
|
||||||
gcc \
|
gcc \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
linux-headers \
|
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 pip && \
|
||||||
pip install -U certbot && \
|
pip install -U certbot && \
|
||||||
mkdir -p /etc/letsencrypt/webrootauth && \
|
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
|
# ln -s /usr/bin/php7 /usr/bin/php
|
||||||
|
|
||||||
ADD conf/supervisord.conf /etc/supervisord.conf
|
ADD conf/supervisord.conf /etc/supervisord.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user