closes #98
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user