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