diff --git a/src/base-ubuntu/.devcontainer/devcontainer.json b/src/base-ubuntu/.devcontainer/devcontainer.json index d6b7e7040..dcd7e8250 100644 --- a/src/base-ubuntu/.devcontainer/devcontainer.json +++ b/src/base-ubuntu/.devcontainer/devcontainer.json @@ -14,6 +14,9 @@ "ghcr.io/devcontainers/features/git:1": { "version": "latest", "ppa": "false" + }, + "ghcr.io/devcontainers/features/git-lfs:1": { + "version": "latest" } }, // Use 'forwardPorts' to make a list of ports inside the container available locally.