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