Skip to content

Commit 22010ec

Browse files
authored
Revert "Build Ghostscript from source" on Arch (#249)
2 parents e1730f9 + d8864e1 commit 22010ec

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

arch/Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN pacman -Sy --noconfirm \
2222
extra/openjpeg2 \
2323
extra/tk \
2424
gcc \
25+
ghostscript \
2526
git \
2627
make \
2728
mesa-libgl \
@@ -40,12 +41,6 @@ RUN cd /depends \
4041
&& ./install_imagequant.sh \
4142
&& ./install_raqm.sh
4243

43-
RUN wget -q https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10051/ghostscript-10.05.1.tar.gz \
44-
&& tar -xzf ghostscript-10.05.1.tar.gz \
45-
&& cd ghostscript-10.05.1 \
46-
&& CFLAGS="-std=gnu17" ./configure --without-x \
47-
&& make install
48-
4944
ARG PIP_DISABLE_PIP_VERSION_CHECK=1
5045
ARG PIP_NO_CACHE_DIR=1
5146

0 commit comments

Comments
 (0)