diff --git a/scripts/test-iso-build.sh b/scripts/test-iso-build.sh index 6767ae3..e0c7eea 100755 --- a/scripts/test-iso-build.sh +++ b/scripts/test-iso-build.sh @@ -42,10 +42,11 @@ log "Output directory: $OUTPUT_DIR" log "Starting ISO build (this may take several minutes)..." log "Profile: $PROFILE_DIR" +# Note: Network enabled for package downloads during build +# Production builds should use pre-cached packages for --network=none $RUNTIME run \ --name debate-test-build \ --rm \ - --network=none \ --privileged \ --tmpfs=/tmp:exec,mode=1777 \ --tmpfs=/var/tmp:exec,mode=1777 \