HDDS-1215. Revert "HDDS-1092. Use Java 11 JRE to run Ozone in containers. Contributed by Elek, Marton."

This reverts commit efee4eadac.
This commit is contained in:
Márton Elek 2019-03-13 16:46:10 +01:00
parent 3abcfc8137
commit 6b7804925a
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
FROM centos
RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
RUN yum install -y sudo python2-pip wget nmap-ncat jq java-11-openjdk
RUN yum install -y sudo python2-pip wget nmap-ncat jq java-1.8.0-openjdk
RUN pip install robotframework
RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64
RUN chmod +x /usr/local/bin/dumb-init