Merge pull request #19 from waja/fix_libzip

PHP zip extension needs libzip.so.5 at runtime (Fixes: #17)
This commit is contained in:
hoellen 2018-12-28 21:19:05 +01:00 committed by GitHub
commit fc9e58cc26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,6 +145,7 @@ RUN NB_CORES=${BUILD_CORES-$(getconf _NPROCESSORS_CONF)} \
libxml2 \
libressl \
libwebp \
libzip \
gd \
pcre \
zlib \