From 18448b481ee1f2341e66a50f037def0a4e21a54d Mon Sep 17 00:00:00 2001 From: Amaury JOLY Date: Mon, 2 Mar 2026 12:22:40 +0000 Subject: [PATCH] fix du devcontainer --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bf7c1c0..cfa971c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "containerEnv": { //Add your build arguments here "DEBIAN_FRONTEND": "noninteractive" }, - "runArgs": ["--net=host"], //Add you docker run arguments here + // "runArgs": ["--net=host"], //Add you docker run arguments here "updateContentCommand": ".devcontainer/install-tools.sh", //Path to the installation script run inside the DevContainer // "customizations": { // //Add your customizations here