From 2e78d735ae415cc2e35a7ac0d0e2d1e038f78aee Mon Sep 17 00:00:00 2001 From: x86dev <3184951+x86dev@users.noreply.github.com> Date: Sat, 11 May 2019 19:29:28 +0200 Subject: [PATCH] php7.0-Intl not needed anymore due to former pull request. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e94ef17..c2c89d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN set -xe && \ apk update && apk upgrade && \ apk add --no-cache --virtual=run-deps \ busybox nginx git ca-certificates curl \ - php7 php7-fpm php7-curl php7-dom php7-gd php7-iconv php7.0-intl php7-fileinfo php7-json \ + php7 php7-fpm php7-curl php7-dom php7-gd php7-iconv php7-fileinfo php7-json \ php7-mcrypt php7-pgsql php7-pcntl php7-pdo php7-pdo_pgsql \ php7-mysqli php7-pdo_mysql \ php7-mbstring php7-posix php7-session php7-intl