fik
Some checks failed
Build Alpine RootFS and Docker Image (latest) / build-rootfs (push) Failing after 11s
Build Alpine RootFS and Docker Image (latest) / push-tarball (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / push-docker (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / update-changelog (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / update-build-info (push) Has been skipped

This commit is contained in:
2025-07-06 08:44:44 -07:00
parent 2a9a7ef112
commit 1aa9ca12b0

View File

@@ -9,8 +9,6 @@ ROOTFS_DIR="alpine-rootfs"
OUTPUT_TAR="alpine-base.tar.gz" OUTPUT_TAR="alpine-base.tar.gz"
PACKAGES="bash curl ca-certificates nano" PACKAGES="bash curl ca-certificates nano"
sudo apk add --no-cache util-linux
echo "[INFO] Downloading alpine-make-rootfs if needed..." echo "[INFO] Downloading alpine-make-rootfs if needed..."
if [ ! -f ./alpine-make-rootfs ]; then if [ ! -f ./alpine-make-rootfs ]; then
wget https://raw.githubusercontent.com/alpinelinux/alpine-make-rootfs/master/alpine-make-rootfs wget https://raw.githubusercontent.com/alpinelinux/alpine-make-rootfs/master/alpine-make-rootfs