Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
Add -y to dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
charles8191 authored Jan 5, 2025
1 parent 8a8102d commit 8d4f422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/redhat/ubi9
RUN dnf install git gcc gcc-c++ make && dnf clean all
RUN dnf install git gcc gcc-c++ make -y && dnf clean all
COPY build.sh /
ENTRYPOINT ["/build.sh"]

0 comments on commit 8d4f422

Please sign in to comment.