This commit is contained in:
2025-07-04 20:59:39 -07:00
parent c1cb729c9a
commit 30fc482924

View File

@@ -7,8 +7,8 @@ set -o pipefail
DEBIAN_RELEASE="bookworm" DEBIAN_RELEASE="bookworm"
ROOTFS_DIR="debian-${DEBIAN_RELEASE}" ROOTFS_DIR="debian-${DEBIAN_RELEASE}"
SCRIPTS_URL="https://raw.githubusercontent.com/fithwum/files-for-dockers/refs/heads/master/base-image-script/" SCRIPTS_URL="https://raw.githubusercontent.com/fithwum/files-for-dockers/refs/heads/master/base-image-script/"
PT2_SCRIPT="debian-test_pt2.sh" PT2_SCRIPT="debian-docker-build_pt2.sh"
PT3_SCRIPT="debian-test_pt3.sh" PT3_SCRIPT="debian-docker-build_pt3.sh"
echo "[INFO] Preparing environment..." echo "[INFO] Preparing environment..."
apt-get update -y apt-get update -y