mirror of
https://github.com/linuxserver/docker-cops.git
synced 2026-02-19 18:51:05 +08:00
Merge pull request #13 from linuxserver/php7_edge
use edge repository for php dependencies
This commit is contained in:
commit
2806f5ae1f
@ -12,6 +12,11 @@ ENV COPS_VER="1.0.1"
|
||||
# install runtime packages
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
--repository http://nl.alpinelinux.org/alpine/edge/main \
|
||||
icu-libs \
|
||||
libwebp && \
|
||||
apk add --no-cache \
|
||||
--repository http://nl.alpinelinux.org/alpine/edge/community \
|
||||
php7-dom \
|
||||
php7-gd \
|
||||
php7-intl \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user