Skip to content

Commit 7b819ab

Browse files
Change JAVA_HOME value
Since the change of JDK from Oracle to OpenJDK the variable JAVA_HOME was not updated to point to the correct location.
1 parent 0492594 commit 7b819ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ RUN buildDeps='software-properties-common'; \
2727
apt-get purge -y --auto-remove $buildDeps && \
2828
apt-get autoremove -y && apt-get clean
2929

30-
ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
30+
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64

0 commit comments

Comments
 (0)