Merge pull request #20 from linuxserver/ctype_fix

add php7-ctype dependency
This commit is contained in:
saarg 2018-07-02 10:39:57 +02:00 committed by GitHub
commit b9dac73e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN \
tar && \
echo "**** install runtime packages ****" && \
apk add --no-cache \
php7-ctype \
php7-dom \
php7-gd \
php7-intl \

View File

@ -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.