From 1aa9ca12b0efaeb07e095acf1b7261692576d678 Mon Sep 17 00:00:00 2001 From: fithwum Date: Sun, 6 Jul 2025 08:44:44 -0700 Subject: [PATCH] fik --- base-image-script/alpine-base_pt1.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/base-image-script/alpine-base_pt1.sh b/base-image-script/alpine-base_pt1.sh index f7955e8..283eca2 100644 --- a/base-image-script/alpine-base_pt1.sh +++ b/base-image-script/alpine-base_pt1.sh @@ -9,8 +9,6 @@ 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