Skip to content

Commit

Permalink
Add missing -y to yum install in Dockerfile build
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Mohr <[email protected]>
  • Loading branch information
rmohr authored and jlebon committed Apr 12, 2022
1 parent 2fe555a commit a23c64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ install_rpms() {

# Add fast-tracked packages here. We don't want to wait on bodhi for rpm-ostree
# as we want to enable fast iteration there.
yum --enablerepo=updates-testing upgrade rpm-ostree
yum -y --enablerepo=updates-testing upgrade rpm-ostree

# Commented out for now, see above
#dnf remove -y ${builddeps}
Expand Down

0 comments on commit a23c64c

Please sign in to comment.