Sign inSign up

sunilsoracle/ubuntu-java8

By sunilsoracle

Updated almost 7 years ago

base Ubuntu 18.04 with java 8

Image
0

10K+

sunilsoracle/ubuntu-java8 repository overview

FROM ubuntu:18.04

MAINTAINER <maintainer.email.com>

RUN apt-get update

RUN apt-get -y install software-properties-common

RUN apt-get update

RUN apt-get -y install openjdk-8-jre-headless

RUN java -version

Tag summary

Content type

Image

Digest

Size

126.4 MB

Last updated

almost 7 years ago

docker pull sunilsoracle/ubuntu-java8