mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
PHP zip extension needs libzip.so.5 at runtime (Fixes: #17)
This commit is contained in:
@ -145,6 +145,7 @@ RUN NB_CORES=${BUILD_CORES-$(getconf _NPROCESSORS_CONF)} \
|
|||||||
libxml2 \
|
libxml2 \
|
||||||
libressl \
|
libressl \
|
||||||
libwebp \
|
libwebp \
|
||||||
|
libzip \
|
||||||
gd \
|
gd \
|
||||||
pcre \
|
pcre \
|
||||||
zlib \
|
zlib \
|
||||||
|
Reference in New Issue
Block a user