0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00

fix: php imagick module

Signed-off-by: Tiger <46469762+whoistiger@users.noreply.github.com>
This commit is contained in:
Tiger 2022-10-22 13:10:49 +08:00 committed by GitHub
parent de77074a55
commit 7e74d11fa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,7 @@ RUN set -ex; \
libzip-dev \
libwebp-dev \
libgmp-dev \
libmagickcore-6.q16-6-extra \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \