We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0492594 + 7b819ab commit a0b1547Copy full SHA for a0b1547
1 file changed
Dockerfile
@@ -27,4 +27,4 @@ RUN buildDeps='software-properties-common'; \
27
apt-get purge -y --auto-remove $buildDeps && \
28
apt-get autoremove -y && apt-get clean
29
30
-ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
+ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
0 commit comments