diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index af6c5a23510..1e1c610bdac 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,5 +7,5 @@ "args": { "VARIANT": "jammy" } }, // Run commands after the container is started. - "postStartCommand": "./bootstrap && ./configure && make build" + "postStartCommand": "./bootstrap && ./configure --enable-build-as-root && make build" }