Skip to content

Commit

Permalink
Change microdnf to dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley committed Apr 29, 2024
1 parent 91e4050 commit ce3a631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/brew.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN dnf -y install golang && \
# https://registry.access.redhat.com/ubi8-minimal
FROM registry.redhat.io/rhel9-2-els/rhel:9.2-1222 as runtime
COPY --from=builder /rootfs /
RUN dnf install -y openssl; microdnf clean -y all
RUN dnf install -y openssl; dnf clean -y all
USER unprivilegeduser
ENTRYPOINT ["/go/bin/che-machine-exec"]

Expand Down

0 comments on commit ce3a631

Please sign in to comment.