This is an automated email from the ASF dual-hosted git repository. jhung pushed a commit to branch branch-2-jhung-test in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit b78304a451c5266f1749358247fe814f94c449fa Author: Jonathan Hung <[email protected]> AuthorDate: Wed Jan 23 17:15:55 2019 -0800 test --- dev-support/docker/Dockerfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile index ebbd32f..06ec1f9 100644 --- a/dev-support/docker/Dockerfile +++ b/dev-support/docker/Dockerfile @@ -52,7 +52,6 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \ libsnappy-dev \ libssl-dev \ libtool \ - openjdk-7-jdk \ pinentry-curses \ pkg-config \ protobuf-compiler \ @@ -84,12 +83,16 @@ RUN echo "dot_style = mega" > "/root/.wgetrc" RUN echo "quiet = on" >> "/root/.wgetrc" RUN apt-get -q install --no-install-recommends -y software-properties-common -RUN add-apt-repository -y ppa:webupd8team/java +# RUN add-apt-repository -y ppa:webupd8team/java RUN apt-get -q update # Install OpenJDK 7 #RUN apt-get -q install --no-install-recommends -y openjdk-7-jdk -RUN apt-get -q install -y openjdk-8-jdk +#RUN apt-get -q install -y openjdk-8-jdk +RUN apt-get -q update \ + && apt-get -q install -y --no-install-recommends openjdk-8-jdk libbcprov-java \ + && apt-get clean \ + && rm -rf /var/lib/apt/lists/* ###### # Install spotbugs (successor of findbugs) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
