Open gbraad opened 1 year ago
if ! apk add "${shell_pkg}"; then
shell_pkg="bash"
fi
apk add \
"${shell_pkg}" \
bc \
curl \
diffutils \
findutils \
gnupg \
less \
lsof \
ncurses \
pinentry \
procps \
shadow \
sudo \
util-linux \
wget \
vte3
# These are graphics drivers for 3d applications
# shellcheck disable=SC2046
apk add \
$(apk search -q mesa-dri) \
$(apk search -q mesa-vulkan) \
vulkan-loader