mirror of
https://github.com/linuxserver/docker-nginx.git
synced 2026-02-20 00:54:58 +08:00
Merge pull request #6 from linuxserver/php7_edge
use edge repository for php dependencies
This commit is contained in:
commit
3bc0a0bf00
@ -26,7 +26,12 @@ RUN \
|
||||
nginx-mod-mail \
|
||||
nginx-mod-rtmp \
|
||||
nginx-mod-stream \
|
||||
nginx-vim \
|
||||
nginx-vim && \
|
||||
apk add --no-cache \
|
||||
--repository http://nl.alpinelinux.org/alpine/edge/main \
|
||||
libwebp && \
|
||||
apk add --no-cache \
|
||||
--repository http://nl.alpinelinux.org/alpine/edge/community \
|
||||
php7-ctype \
|
||||
php7-curl \
|
||||
php7-dom \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user