mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 09:13:29 +00:00
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:
parent
1f1e5377e5
commit
811ec07359
@ -13,7 +13,7 @@ BASE_PACKAGES="alpine-base"
|
|||||||
# See a list of mirrors at http://nl.alpinelinux.org/alpine/MIRRORS.txt
|
# See a list of mirrors at http://nl.alpinelinux.org/alpine/MIRRORS.txt
|
||||||
MIRROR=https://mirror.math.princeton.edu/pub/alpinelinux/
|
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 must be one of {systemd,kata-agent}
|
||||||
INIT_PROCESS=kata-agent
|
INIT_PROCESS=kata-agent
|
||||||
|
Loading…
Reference in New Issue
Block a user