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 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 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 ADD conf/supervisord.conf /etc/supervisord.conf

View File

@@ -12,7 +12,7 @@ The Docker hub build can be found here: [https://registry.hub.docker.com/u/richa
|-----|-------|-----|--------| |-----|-------|-----|--------|
| latest | 1.11.5 | 7.0.14 | 3.4@edge | | latest | 1.11.5 | 7.0.14 | 3.4@edge |
| php7 | 1.11.5 | 7.0.14 | 3.4@edge | | php7 | 1.11.5 | 7.0.14 | 3.4@edge |
| php5 | 1.11.5 | 5.6.27 | 3.4 | | php5 | 1.11.5 | 5.6.29 | 3.4 |
**PLEASE NOTE: PHP7 is now the default** **PLEASE NOTE: PHP7 is now the default**