Skip to content

Commit

Permalink
Merge pull request #77 from esl/fix-debian-otp27
Browse files Browse the repository at this point in the history
fix debian dockerfile
  • Loading branch information
dalbarado authored Jul 31, 2024
2 parents 7121a2b + bcda923 commit 4c1a6ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions builders/erlang_debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ RUN --mount=type=cache,id=${os}_${os_version},target=/var/cache/apt,sharing=priv
libwxgtk3.0-gtk3-dev:$(darch $TARGETPLATFORM)/stretch-backports \
wx3.0-headers/stretch-backports; \
fi
# Install documentation tools
RUN --mount=type=cache,id=${os}_${os_version},target=/var/cache/apt,sharing=private \
--mount=type=cache,id=${os}_${os_version},target=/var/lib/apt,sharing=private \
apt-get --quiet update && apt-get --quiet --yes --no-install-recommends install \
xsltproc docbook-xsl docbook-xml man-db
RUN --mount=type=cache,id=${os}_${os_version},target=/var/cache/apt,sharing=private \
--mount=type=cache,id=${os}_${os_version},target=/var/lib/apt,sharing=private \
apt-get --quiet update && apt-get --quiet --yes --no-install-recommends install \
Expand Down

0 comments on commit 4c1a6ed

Please sign in to comment.