Skip to content

Commit

Permalink
That might be it
Browse files Browse the repository at this point in the history
  • Loading branch information
Soapy7261 committed Aug 1, 2024
1 parent f0d1ace commit 85cbc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/21-graalvm-2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LABEL org.opencontainers.image.source="https://github.com/Soapy7261/yolks"
LABEL org.opencontainers.image.licenses=MIT

COPY ./../entrypoint-graal.sh /entrypoint.sh
RUN apk add --update --no-cache curl tar libc6-compat && curl -O https://download.oracle.com/graalvm/21/latest/graalvm-jdk-21_linux-x64_bin.tar.gz \
RUN apk add --update --no-cache curl tar libc6-compat gcompat && curl -O https://download.oracle.com/graalvm/21/latest/graalvm-jdk-21_linux-x64_bin.tar.gz \
&& mkdir /graalvm && tar -xzf graalvm-jdk-21_linux-x64_bin.tar.gz -C /graalvm --strip-components=1 \
&& adduser -D -h /home/container container \
&& chmod +x /entrypoint.sh && chown container /entrypoint.sh \
Expand Down

0 comments on commit 85cbc9a

Please sign in to comment.