From 813ba56685b61fed75f1c1cc06c728c02f5cbd1d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Mar 2021 18:03:39 +0300 Subject: [PATCH] add php8-exif --- src/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Dockerfile b/src/app/Dockerfile index 4da75f9..55b1915 100644 --- a/src/app/Dockerfile +++ b/src/app/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache dcron php8 php8-fpm \ php8-pdo php8-gd php8-pgsql php8-pdo_pgsql \ php8-mbstring php8-intl php8-xml php8-curl \ php8-session php8-tokenizer php8-dom php8-fileinfo \ - php8-json php8-iconv php8-pcntl php8-posix php8-zip \ + php8-json php8-iconv php8-pcntl php8-posix php8-zip php8-exif \ php8-openssl git postgresql-client sudo php8-pecl-xdebug rsync && \ sed -i 's/\(memory_limit =\) 128M/\1 256M/' /etc/php8/php.ini && \ sed -i -e 's/^listen = 127.0.0.1:9000/listen = 9000/' \