Update Dockerfile
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user