Update ubuntu basic image add ing qemu-guest-agent package
This commit is contained in:
parent
84fc1b22d0
commit
7ffb4d1af4
|
@ -49,6 +49,8 @@ systemctl disable apt-daily
|
|||
systemctl disable apt-daily.timer
|
||||
systemctl disable apt-daily-upgrade
|
||||
|
||||
apt-get -y qemu-guest-agent
|
||||
|
||||
# Cleanup
|
||||
rm -f "${ONE_CONTEXT_PACKAGE_DEST}"
|
||||
apt-get -y clean
|
||||
|
|
Loading…
Reference in New Issue