mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-17 06:14:26 +01:00
Merge pull request #8456 from cheriL/8447/alpine_bash
osbuilder: add pkg bash for alpine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user