From 8824a8471b58111781302203de37f7f2ed2dabda Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 31 Jan 2023 00:23:23 +0100 Subject: [PATCH] add ghostscript fonts Signed-off-by: Simon L --- Containers/nextcloud/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 806753c8..d996f8f1 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -51,6 +51,7 @@ RUN set -ex; \ libheif-dev \ librsvg-dev \ libxext-dev \ + ghostscript-fonts \ ; \ \ docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \ @@ -215,8 +216,8 @@ RUN set -ex; \ libjpeg \ librsvg \ libheif \ - ; \ - rm -rf /var/lib/apt/lists/* + libpng \ + ghostscript-fonts; RUN set -ex; \ grep -q '^pm = dynamic' /usr/local/etc/php-fpm.d/www.conf; \