We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92639cb commit da4da3dCopy full SHA for da4da3d
1 file changed
Dockerfile
@@ -1,8 +1,6 @@
1
FROM quay.io/orgsync/base:1.1.0
2
MAINTAINER Matt Tarantino <mtarantino@campuslabs.com>
3
4
-ENV JAVA_VERSION 8u66+8u65arm-1~webupd8~1
5
-
6
RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" \
7
| tee /etc/apt/sources.list.d/webupd8team-java.list \
8
&& echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" \
@@ -12,7 +10,7 @@ RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" \
12
10
| /usr/bin/debconf-set-selections \
13
11
&& apt-get update \
14
&& apt-get install -y \
15
- oracle-java8-installer=$JAVA_VERSION \
+ oracle-java8-installer \
16
&& update-alternatives --display java \
17
&& rm -rf /var/lib/apt/lists/* \
18
&& apt-get clean
0 commit comments