Skip to content

Commit

Permalink
fixed aarch64 dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed May 13, 2024
1 parent 0405ec8 commit 59c0cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM arm64v8/openjdk:17-buster

# Install needed packages not in base image
# (curl for sh scripts in /bin, and wkhtmltopdf,imagemagick,xvfb and ghostscript to enable PDF and image snapshot generation)
RUN apt-get update && apt-get install -yq curl wkhtmltopdf imagemagick xvfb ghostscript && \
RUN apt-get update && apt-get install -yq curl wkhtmltopdf imagemagick xvfb ghostscript ca-certificates-java && \
rm -rf /var/lib/apt/lists/*

# trace java version
Expand Down

0 comments on commit 59c0cb0

Please sign in to comment.