Add PHP zip extension

This commit is contained in:
François Jacquet 2020-02-24 21:23:05 +01:00
parent 479247f7fd
commit 7fe63d29f8
1 changed files with 1 additions and 1 deletions

View File

@ -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'