fix(test): enable network for ISO test (package downloads)
This commit is contained in:
parent
4587740df1
commit
40bd1ac2aa
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue