Skip to content

Commit e80894b

Browse files
committed
Dockerfile: Align with JDK now being installed in the base image
Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 37c05ec commit e80894b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@ RUN apt-get update && \
2323
# Clean-up
2424
rm -rf /var/lib/apt/lists/*
2525

26-
# Set JAVA_HOME to use the Java SDK instead of the JRE from the base image, as
27-
# required for ORT's Gradle build.
28-
ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
29-
3026
ENTRYPOINT []

0 commit comments

Comments
 (0)