Makefile: Disable network on container invokation

This commit is contained in:
2024-08-04 11:36:13 +02:00
parent c2ef63ae9c
commit d5affb6fe7

View File

@@ -10,6 +10,7 @@ BUILD_DIR := build
CONTAINER_CMD := podman run -v "$(shell pwd)":"/scratch" \ CONTAINER_CMD := podman run -v "$(shell pwd)":"/scratch" \
--workdir="/scratch" \ --workdir="/scratch" \
--network=none \
-e TERM \ -e TERM \
-t \ -t \
cc-i686:latest cc-i686:latest