From 2a9a7ef112383abca7b3e727026ffd178326bf7d Mon Sep 17 00:00:00 2001 From: fithwum Date: Sun, 6 Jul 2025 08:40:13 -0700 Subject: [PATCH] test --- base-image-script/alpine-base_pt1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base-image-script/alpine-base_pt1.sh b/base-image-script/alpine-base_pt1.sh index 283eca2..f7955e8 100644 --- a/base-image-script/alpine-base_pt1.sh +++ b/base-image-script/alpine-base_pt1.sh @@ -9,6 +9,8 @@ ROOTFS_DIR="alpine-rootfs" OUTPUT_TAR="alpine-base.tar.gz" PACKAGES="bash curl ca-certificates nano" +sudo apk add --no-cache util-linux + echo "[INFO] Downloading alpine-make-rootfs if needed..." if [ ! -f ./alpine-make-rootfs ]; then wget https://raw.githubusercontent.com/alpinelinux/alpine-make-rootfs/master/alpine-make-rootfs