Skip to content

Commit 6d2597d

Browse files
committed
Update Dockerfile
don't use a more precise version since it's unmaintanable if Ubuntu repository is not mirrored.
1 parent 8a9788e commit 6d2597d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

2.6.0/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ FROM ubuntu:14.04
55
# JAVA
66
####################
77

8-
ENV JAVA_VERSION 7 # don't use more prefix since it's unmaintanable if Ubuntu repository is not mirrored.
98
ENV JAVA_HOME /usr/lib/jvm/java-7-openjdk-amd64
109

1110
RUN apt-get update && \
12-
DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-7-jdk=$JAVA_VERSION\* && \
11+
DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-7-jdk && \
1312
rm -rf /var/lib/apt/lists/*
1413

1514

0 commit comments

Comments
 (0)