diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1a7e7c6ed0093c65ca0b0c6782d3c74e436edcbb..56910d3d18b706f21d1cdccfc35927aa4992df0f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,6 +5,5 @@ "ghcr.io/devcontainers-contrib/features/nox:2": {}, "ghcr.io/devcontainers-contrib/features/pre-commit:2": {} }, - "postCreateCommand": "sudo apt-get install graphviz graphviz-dev", - "postStartCommand": "pre-commit install" + "postCreateCommand": "pre-commit install" }