Skip to content

Commit e712f6b

Browse files
authored
Merge pull request #48 from slagle/yum-utils
Add yum-utils to bootc image
2 parents ed4ae6e + f219d1a commit e712f6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bootc/Containerfile.centos9

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ ARG PACKAGES="\
3333
rsync \
3434
tmpwatch \
3535
tuned-profiles-cpu-partitioning \
36-
sysstat"
36+
sysstat \
37+
yum-utils \
38+
"
3739
ARG ENABLE_UNITS="openvswitch"
3840

3941
RUN dnf -y install $PACKAGES && dnf clean all && systemctl enable $ENABLE_UNITS

0 commit comments

Comments
 (0)