This commit is contained in:
2025-07-04 21:09:09 -07:00
parent 9710ffe370
commit 777a7c2bce

View File

@@ -5,7 +5,7 @@ set -e
set -o pipefail set -o pipefail
DEBIAN_RELEASE="bookworm" DEBIAN_RELEASE="bookworm"
ROOTFS_DIR="debian-${DEBIAN_RELEASE}" ROOTFS_DIR="debian-docker-build"
SCRIPTS_URL="https://gitea.fithwum.tech/fithwum/files-for-dockers/raw/branch/master/base-image-script/" SCRIPTS_URL="https://gitea.fithwum.tech/fithwum/files-for-dockers/raw/branch/master/base-image-script/"
PT2_SCRIPT="debian-docker-build_pt2.sh" PT2_SCRIPT="debian-docker-build_pt2.sh"
PT3_SCRIPT="debian-docker-build_pt3.sh" PT3_SCRIPT="debian-docker-build_pt3.sh"