more random fixes

This commit is contained in:
2025-10-28 17:31:46 -05:00
parent 8a5ed69f86
commit 81a2cde5c7
5 changed files with 36 additions and 13 deletions

View File

@@ -106,7 +106,6 @@ docker_build_image() {
local image="$1"
validate_selected_image "${image}" || return 1
check_docker || return 1
test -d "${DOCKER_DIR}" || mkdir -p "${DOCKER_DIR}"
PLATFORM="${PLATFORM:-$(echo_platform)}"
echo_info "sourcing package manager for ${image}"