Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b73ea9 commit cb20c82Copy full SHA for cb20c82
Dockerfile
@@ -11,4 +11,6 @@ FROM dockerfile/ubuntu
11
RUN apt-get install -y software-properties-common
12
RUN add-apt-repository -y ppa:webupd8team/java
13
RUN apt-get update
14
+RUN echo debconf shared/accepted-oracle-license-v1-1 select true | debconf-set-selections
15
+RUN echo debconf shared/accepted-oracle-license-v1-1 seen true | debconf-set-selections
16
RUN apt-get install -y oracle-java7-installer
0 commit comments