Skip to content

Instantly share code, notes, and snippets.

@qiukun
Forked from leon/Dockerfile
Last active August 29, 2015 14:10
Show Gist options
  • Save qiukun/53a388af29e6733a2b1e to your computer and use it in GitHub Desktop.
Save qiukun/53a388af29e6733a2b1e to your computer and use it in GitHub Desktop.
#
# - install jdk8 from oracle
#
add-apt-repository -y 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 install -y oracle-java8-installer
apt-get install oracle-java8-set-default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment