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

added ghostscript for pdf preview

Signed-off-by: Jan Lahmer <jan@lahmer.eu>
This commit is contained in:
Jan Lahmer 2021-04-20 10:15:31 +02:00
parent ede3bdc0cc
commit 38dd6447b1
No known key found for this signature in database
GPG key ID: FCA0F40EC613663B
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@ RUN set -ex; \
imagemagick-dev \
libwebp-dev \
gmp-dev \
ghostscript \
; \
\
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \

View file

@ -39,6 +39,7 @@ RUN set -ex; \
libzip-dev \
libwebp-dev \
libgmp-dev \
ghostscript \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \