We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9788e commit 6d2597dCopy full SHA for 6d2597d
2.6.0/Dockerfile
@@ -5,11 +5,10 @@ FROM ubuntu:14.04
5
# JAVA
6
####################
7
8
-ENV JAVA_VERSION 7 # don't use more prefix since it's unmaintanable if Ubuntu repository is not mirrored.
9
ENV JAVA_HOME /usr/lib/jvm/java-7-openjdk-amd64
10
11
RUN apt-get update && \
12
- DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-7-jdk=$JAVA_VERSION\* && \
+ DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-7-jdk && \
13
rm -rf /var/lib/apt/lists/*
14
15
0 commit comments