diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ada7e38b1..f853df057 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,8 @@ "name": "Pumpkin", "image": "mcr.microsoft.com/devcontainers/base:noble", "features": { - "ghcr.io/devcontainers/features/rust:1": {} + "ghcr.io/devcontainers/features/rust:1": {}, + "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {} }, "mounts": [ "source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,readonly,type=bind"