From 6cccc777d3e3d0e515b62d7170b65a98bf9b9cb6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 27 Jan 2021 07:52:37 +0300 Subject: [PATCH] build app image with php7-iconv --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index a8113ed..ae36d3c 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -4,7 +4,7 @@ EXPOSE 9000/tcp RUN apk add --no-cache dcron php7 php7-fpm \ php7-pdo php7-gd php7-pgsql php7-pdo_pgsql php7-mbstring \ php7-intl php7-xml php7-curl php7-session \ - php7-dom php7-fileinfo php7-json \ + php7-dom php7-fileinfo php7-json php7-iconv \ php7-pcntl php7-posix php7-zip php7-openssl \ git postgresql-client sudo