Added php7.0-intl package to fix latest ttrss breakage.

This commit is contained in:
x86dev 2019-05-11 19:25:10 +02:00 committed by GitHub
parent e017480edc
commit 957355b524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ RUN set -xe && \
apk update && apk upgrade && \ apk update && apk upgrade && \
apk add --no-cache --virtual=run-deps \ apk add --no-cache --virtual=run-deps \
busybox nginx git ca-certificates curl \ busybox nginx git ca-certificates curl \
php7 php7-fpm php7-curl php7-dom php7-gd php7-iconv php7-fileinfo php7-json \ php7 php7-fpm php7-curl php7-dom php7-gd php7-iconv php7.0-intl php7-fileinfo php7-json \
php7-mcrypt php7-pgsql php7-pcntl php7-pdo php7-pdo_pgsql \ php7-mcrypt php7-pgsql php7-pcntl php7-pdo php7-pdo_pgsql \
php7-mysqli php7-pdo_mysql \ php7-mysqli php7-pdo_mysql \
php7-mbstring php7-posix php7-session php7-mbstring php7-posix php7-session