Use no networking by default

This commit is contained in:
Alex D. 2024-10-14 09:26:12 +00:00
parent 38a8f9c7d7
commit cc5ea16190
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ BUILD_ID_OUT := build_id
BUILD_LOG := build_log
MANIFEST_FILE := ${IMAGE_DIR}/manifest.json
BUILD_INSTRUCTIONS := Containerfile
CONTAINER_NETWORK := host
CONTAINER_NETWORK := none
.DEFAULT_GOAL := unified
include */config.mk