mirror of
https://github.com/linuxserver/docker-cops.git
synced 2026-02-19 18:51:05 +08:00
Merge pull request #20 from linuxserver/ctype_fix
add php7-ctype dependency
This commit is contained in:
commit
b9dac73e48
@ -13,6 +13,7 @@ RUN \
|
||||
tar && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache \
|
||||
php7-ctype \
|
||||
php7-dom \
|
||||
php7-gd \
|
||||
php7-intl \
|
||||
|
||||
@ -110,6 +110,7 @@ Unlike other implementations of COPS in a docker container, the linuxserver ver
|
||||
|
||||
## Versions
|
||||
|
||||
+ **02.07.18:** Add php7-ctype dependency.
|
||||
+ **08.01.18:** Rebase to alpine 3.7.
|
||||
+ **25.05.17:** Rebase to alpine 3.6.
|
||||
+ **03.04.17:** Add composer packages, reduce layers.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user