Skip to content

Commit

Permalink
fix amd64/arm64 issue with pinning curl
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Dec 16, 2024
1 parent e0886d2 commit 1038c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/pandoc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ ARG DOCKER_REPOSITORY=lehighlts
FROM ${DOCKER_REPOSITORY}/scyllaridae:${TAG} AS scyllaridae
FROM pandoc/latex:3.6-ubuntu AS pandoc

# hadolint ignore=DL3008
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
curl=8.5.0-2ubuntu10.6 \
curl \
bash=5.2.21-2ubuntu4 \
gosu=1.17-1ubuntu0.24.04.2 \
jq=1.7.1-3build1 \
Expand Down

0 comments on commit 1038c9a

Please sign in to comment.