From 7fe63d29f8dbf0ae3fceff037d1bb3976d7b6fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Jacquet?= Date: Mon, 24 Feb 2020 21:23:05 +0100 Subject: [PATCH] Add PHP zip extension --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d42833..a3a738f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update && \ # Install PHP extensions. RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \ - docker-php-ext-install -j$(nproc) gd mbstring xml pgsql gettext xmlrpc + docker-php-ext-install -j$(nproc) gd mbstring xml pgsql gettext xmlrpc zip # Download and extract rosariosis ENV ROSARIOSIS_VERSION 'v5.7.5'