Merge pull request #57 from maxhelias/upgrade-docker

Fix --with-libzip
This commit is contained in:
Maxime Helias 2019-12-21 00:11:45 +01:00 committed by GitHub
commit 60f87eed18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ RUN set -eux; \
zlib-dev \
; \
\
docker-php-ext-configure zip --with-libzip; \
docker-php-ext-configure zip; \
docker-php-ext-install -j$(nproc) \
intl \
zip \