mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
add ghostscript fonts
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
6ece012680
commit
8824a8471b
1 changed files with 3 additions and 2 deletions
|
|
@ -51,6 +51,7 @@ RUN set -ex; \
|
||||||
libheif-dev \
|
libheif-dev \
|
||||||
librsvg-dev \
|
librsvg-dev \
|
||||||
libxext-dev \
|
libxext-dev \
|
||||||
|
ghostscript-fonts \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
|
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
|
||||||
|
|
@ -215,8 +216,8 @@ RUN set -ex; \
|
||||||
libjpeg \
|
libjpeg \
|
||||||
librsvg \
|
librsvg \
|
||||||
libheif \
|
libheif \
|
||||||
; \
|
libpng \
|
||||||
rm -rf /var/lib/apt/lists/*
|
ghostscript-fonts;
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
grep -q '^pm = dynamic' /usr/local/etc/php-fpm.d/www.conf; \
|
grep -q '^pm = dynamic' /usr/local/etc/php-fpm.d/www.conf; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue