Guest User

Untitled

a guest
Jan 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. RUN apt-get -y install debconf-utils
  2. RUN add-apt-repository -y ppa:webupd8team/java
  3. RUN apt-get update
  4. RUN echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 select true" | debconf-set-selections
  5. RUN apt-get -y install oracle-java8-installer
Add Comment
Please, Sign In to add comment