From f6f912c2b03ba62cef1d75354f4260d57bd780af Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 25 Jan 2020 08:43:31 +0300 Subject: [PATCH] include php7-zip in the app image (for data_migration plugin) --- src/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Dockerfile b/src/app/Dockerfile index 479d541..e613e43 100644 --- a/src/app/Dockerfile +++ b/src/app/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache 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-pcntl php7-posix \ + php7-pcntl php7-posix php7-zip \ git postgresql-client sudo rsync ADD startup.sh /