Skip to content

Commit

Permalink
release: confirm yum install
Browse files Browse the repository at this point in the history
This adds `-y` flag to install `yum` without user prompt.

Epic: none
Release note: None
  • Loading branch information
rail committed Feb 5, 2024
1 parent 63dc83b commit 88080b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/deploy-redhat/Dockerfile.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM @repository@:@tag@

RUN microdnf install yum && \
RUN microdnf install -y yum && \
yum -v -y update --all && \
microdnf clean all && \
rm -rf /var/cache/yum
Expand Down

0 comments on commit 88080b1

Please sign in to comment.