mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-07 03:40:15 +00:00
osbuilder: add coreutils to guest rootfs
So that the debug console is more useful. In the meantime, remove iptables as it is not used by kata-agent any more. Fixes: #3138 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
@@ -12,7 +12,7 @@ OS_VERSION=${OS_VERSION:-20.04}
|
||||
OS_NAME=${OS_NAME:-"focal"}
|
||||
|
||||
# packages to be installed by default
|
||||
PACKAGES="systemd iptables init kmod"
|
||||
PACKAGES="systemd coreutils init kmod"
|
||||
EXTRA_PKGS+=" chrony"
|
||||
|
||||
DEBOOTSTRAP=${PACKAGE_MANAGER:-"debootstrap"}
|
||||
|
Reference in New Issue
Block a user