Update Dockerfile

This commit is contained in:
Mizux
2022-02-18 10:34:18 +01:00
committed by GitHub
parent c6dc2c2c45
commit eed99c5079

View File

@@ -8,7 +8,7 @@ RUN apk add --no-cache git build-base linux-headers zlib-dev
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing bazel4
# Install OpenJDK17
# note: default-jvm will now point to java-16-openjdk
# note: default-jvm will now point to java-17-openjdk
RUN apk add --no-cache openjdk17 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
# Remove infinite loop since jre point to the current directory
# otherwise bazel issue an error and stop...