fix du devcontainer
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"containerEnv": { //Add your build arguments here
|
"containerEnv": { //Add your build arguments here
|
||||||
"DEBIAN_FRONTEND": "noninteractive"
|
"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
|
"updateContentCommand": ".devcontainer/install-tools.sh", //Path to the installation script run inside the DevContainer
|
||||||
// "customizations": {
|
// "customizations": {
|
||||||
// //Add your customizations here
|
// //Add your customizations here
|
||||||
|
|||||||
Reference in New Issue
Block a user