Basic Ubuntu 14.04 with JDK8 via webupd8team/java
248
apt-get update && apt-get -y install python-software-properties wget curl mc vim software-properties-common add-apt-repository ppa:webupd8team/java apt-get update
echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections apt-get -y install oracle-java8-installer && apt-get clean update-alternatives --display java echo "JAVA_HOME=/usr/lib/jvm/java-8-oracle" >> /etc/environment
Content type
Image
Digest
sha256:64f89197e…
Size
432.9 MB
Last updated
almost 11 years ago
docker pull trukhinyuri/jdk8