chore: update all rpms in dockerfile, not just gnutls (get fresher RPM updates) (#394)
Change-Id: I133e6ed1b1b8b21ce4dc2b6fe36140ff662c1b04 Signed-off-by: Nick Boldt <nboldt@redhat.com> Signed-off-by: Nick Boldt <nboldt@redhat.com>pull/401/head
parent
5e90d07987
commit
8f7f4fb28d
|
|
@ -15,7 +15,7 @@ USER root
|
|||
ENV CHE_HOME=/home/user/eclipse-che
|
||||
ENV JAVA_HOME=/usr/lib/jvm/jre
|
||||
RUN microdnf install java-11-openjdk-headless tar gzip shadow-utils findutils && \
|
||||
microdnf update -y gnutls && \
|
||||
microdnf update -y && \
|
||||
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
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue