make container run as root
This commit is contained in:
parent
77100ef11a
commit
009140d849
|
@ -28,5 +28,5 @@
|
|||
// "postCreateCommand": "gcc -v",
|
||||
|
||||
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||
"remoteUser": "vscode"
|
||||
"remoteUser": "root"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue