Skip to content

Commit 8af51c9

Browse files
authored
Merge pull request #128 from bobcanthelpyou/qemu
Docker image: remove qemu-guest-agent package
2 parents 5ae85f2 + b179e60 commit 8af51c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/centos-7.ks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ passwd
5959
yum-utils
6060
yum-plugin-ovl
6161

62-
6362
%end
6463

6564
%post --log=/anaconda-post.log
@@ -75,7 +74,8 @@ yum -y remove bind-libs bind-libs-lite dhclient dhcp-common dhcp-libs \
7574
grubby initscripts iproute iptables kexec-tools libcroco libgomp \
7675
libmnl libnetfilter_conntrack libnfnetlink libselinux-python lzo \
7776
libunistring os-prober python-decorator python-slip python-slip-dbus \
78-
snappy sysvinit-tools which linux-firmware GeoIP firewalld-filesystem
77+
snappy sysvinit-tools which linux-firmware GeoIP firewalld-filesystem \
78+
qemu-guest-agent
7979

8080
yum clean all
8181

0 commit comments

Comments
 (0)