fix: bug - make install of java-11-openjdk-headless-1:11.0.14.0.9-2.el8_5 multiarch (brew builds for s390x and ppc64le failing)

Change-Id: I27c3a25c2e4f6dde971e21d2999b0666fa4e6b37
Signed-off-by: nickboldt <nboldt@redhat.com>
pull/270/head
nickboldt 2022-03-09 09:17:33 -04:00 committed by Florent BENOIT
parent 1a8c6d9496
commit 2445296b08
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ FROM registry.access.redhat.com/ubi8-minimal:8.5-230.1645809059
USER root
ENV CHE_HOME=/home/user/eclipse-che
ENV JAVA_HOME=/usr/lib/jvm/jre
RUN microdnf install java-11-openjdk-headless-1:11.0.14.0.9-2.el8_5.x86_64 tar gzip shadow-utils findutils && \
RUN microdnf install java-11-openjdk-headless-1:11.0.14.0.9-2.el8_5 tar gzip shadow-utils findutils && \
microdnf update -y gnutls && \
microdnf -y clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages" && \
adduser -G root user && mkdir -p /home/user/eclipse-che