diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f73a27a11..90d3f5d57 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,20 +1,21 @@ { "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { "ghcr.io/devcontainers/features/common-utils:1": { "version": "latest" }, "ghcr.io/devcontainers/features/github-cli:1": { "version": "latest" }, "ghcr.io/devcontainers/features/git-lfs:1": { "version": "latest" }, "ghcr.io/devcontainers/features/sshd:1": { "version": "latest" }, "ghcr.io/devcontainers/features/dotnet:1": { - "version": "7.0.100" + "version": "7.0.100", + "installUsingApt": false } } }