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 <lqh348659137@outlook.com>
This commit is contained in:
soup 2023-11-16 09:43:44 +08:00
parent 1f1e5377e5
commit 811ec07359

View File

@ -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