Skip to content

Commit

Permalink
Fixes to build 10.03.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed May 28, 2024
1 parent 9470e9d commit 1aaee77
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ghostscript.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ RUN set -eux \
&& echo "Getting ghostscript source" \
&& echo "deb-src http://deb.debian.org/debian/ trixie main" > /etc/apt/sources.list.d/trixie-src.list \
&& apt-get update --quiet \
&& apt-get source --yes --quiet ghostscript=${GS_VERSION}~dfsg-3/trixie
&& apt-get source --yes --quiet ghostscript=${GS_VERSION}~dfsg~git20240518-1/trixie

WORKDIR /usr/src/ghostscript-${GS_VERSION}~dfsg
WORKDIR /usr/src/ghostscript-${GS_VERSION}~dfsg~git20240518

#
# Stage: amd64-builder
Expand Down Expand Up @@ -75,7 +75,7 @@ RUN set -eux \
&& echo "Beginning amd64" \
&& echo "Install amd64 packages" \
&& apt-get update --quiet \
&& apt-get build-dep --yes ghostscript=${GS_VERSION}~dfsg-3/trixie:amd64 \
&& apt-get build-dep --yes ghostscript=${GS_VERSION}~dfsg~git20240518-1/trixie:amd64 \
&& apt-get install --yes --quiet --no-install-recommends ${AMD64_BUILD_PACKAGES} \
&& echo "Building amd64" \
&& dpkg-buildpackage --build=binary --unsigned-source --unsigned-changes --post-clean \
Expand Down Expand Up @@ -119,6 +119,7 @@ ARG ARM64_PACKAGES="\
rename:arm64 \
python3-sphinx \
python3-sphinx-rtd-theme \
python3-sphinx-copybutton \
zlib1g-dev \
rst2pdf"

Expand Down

0 comments on commit 1aaee77

Please sign in to comment.