diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b74969cf..bcfe81bd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,6 +10,7 @@ "dockerfile": "Dockerfile-ubuntu" }, "onCreateCommand": "chmod +x .devcontainer/onCreateCommand.sh && ./.devcontainer/onCreateCommand.sh", + "remoteUser": "root", // Features to add to the dev container, see https://containers.dev/feature "features": {},