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:
parent
ede3bdc0cc
commit
38dd6447b1
2 changed files with 2 additions and 0 deletions
|
@ -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; \
|
||||
|
|
|
@ -39,6 +39,7 @@ RUN set -ex; \
|
|||
libzip-dev \
|
||||
libwebp-dev \
|
||||
libgmp-dev \
|
||||
ghostscript \
|
||||
; \
|
||||
\
|
||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
|
|
Loading…
Add table
Reference in a new issue