Skip to content

Instantly share code, notes, and snippets.

@zhenyanghua
Last active January 9, 2018 14:15
Show Gist options
  • Save zhenyanghua/d95ce839113c2fbd7fe78d7d1d3b8b65 to your computer and use it in GitHub Desktop.
Save zhenyanghua/d95ce839113c2fbd7fe78d7d1d3b8b65 to your computer and use it in GitHub Desktop.
Dockerfiles
RUN apt-get -y install debconf-utils
RUN add-apt-repository -y ppa:webupd8team/java
RUN apt-get update
RUN echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 select true" | debconf-set-selections
RUN apt-get -y install oracle-java8-installer
RUN apt-get -y install default-jre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment