Skip to content

Commit

Permalink
Remove -q
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley authored Nov 6, 2023
1 parent 4e42b75 commit 8587a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN adduser unprivilegeduser && \
FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 as runtime
COPY --from=builder /rootfs /
RUN microdnf install -y openssl && \
microdnf -y -q update && \
microdnf -y update && \
microdnf clean -y all

USER unprivilegeduser
Expand Down

0 comments on commit 8587a6c

Please sign in to comment.