From 811ec07359f643b61a56b35d0825d46a23f19399 Mon Sep 17 00:00:00 2001 From: soup Date: Thu, 16 Nov 2023 09:43:44 +0800 Subject: [PATCH] osbuilder: add pkg bash for alpine The bash component is required in the guest for debug console to work properly. Fixes: #8447 Signed-off-by: soup --- tools/osbuilder/rootfs-builder/alpine/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osbuilder/rootfs-builder/alpine/config.sh b/tools/osbuilder/rootfs-builder/alpine/config.sh index caa289f9bc..b12dd466f0 100644 --- a/tools/osbuilder/rootfs-builder/alpine/config.sh +++ b/tools/osbuilder/rootfs-builder/alpine/config.sh @@ -13,7 +13,7 @@ BASE_PACKAGES="alpine-base" # See a list of mirrors at http://nl.alpinelinux.org/alpine/MIRRORS.txt MIRROR=https://mirror.math.princeton.edu/pub/alpinelinux/ -PACKAGES="iptables ip6tables" +PACKAGES="bash iptables ip6tables" # Init process must be one of {systemd,kata-agent} INIT_PROCESS=kata-agent