From d8864e1bb04d2dc762f0524457adaf851add78f1 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 23 Aug 2025 04:13:16 +1000 Subject: [PATCH] Revert "Build Ghostscript from source" This reverts commit 81211ad148c2fe8a97aec8ef561df47ee9a19236. --- arch/Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/arch/Dockerfile b/arch/Dockerfile index 6c456867..7b944615 100644 --- a/arch/Dockerfile +++ b/arch/Dockerfile @@ -22,6 +22,7 @@ RUN pacman -Sy --noconfirm \ extra/openjpeg2 \ extra/tk \ gcc \ + ghostscript \ git \ make \ mesa-libgl \ @@ -40,12 +41,6 @@ RUN cd /depends \ && ./install_imagequant.sh \ && ./install_raqm.sh -RUN wget -q https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10051/ghostscript-10.05.1.tar.gz \ - && tar -xzf ghostscript-10.05.1.tar.gz \ - && cd ghostscript-10.05.1 \ - && CFLAGS="-std=gnu17" ./configure --without-x \ - && make install - ARG PIP_DISABLE_PIP_VERSION_CHECK=1 ARG PIP_NO_CACHE_DIR=1