Skip to content

Commit

Permalink
Update rpms from ubi8-minimal (#270) (#271)
Browse files Browse the repository at this point in the history
* Update rpms from ubi8-minimal

CRW-4977, some rpms are out of date

* Remove -q
  • Loading branch information
SDawley committed Nov 6, 2023
1 parent 99f7d6c commit 8aeceee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/dockerfiles/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ RUN adduser unprivilegeduser && \
# https://registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 as runtime
COPY --from=builder /rootfs /
RUN microdnf install -y openssl; microdnf clean -y all
RUN microdnf install -y openssl && \
microdnf -y update && \
microdnf clean -y all

USER unprivilegeduser
ENTRYPOINT ["/go/bin/che-machine-exec"]

Expand Down

0 comments on commit 8aeceee

Please sign in to comment.