mirror of
https://github.com/yacy/yacy_search_server.git
synced 2024-11-20 16:27:08 +03:00
fixed aarch64 dockerfile
This commit is contained in:
parent
0405ec8ad2
commit
59c0cb0f30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user