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