diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ed27393..41f6d65 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,7 +14,8 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { - "ghcr.io/devcontainers/features/docker-in-docker:2": {} + "ghcr.io/devcontainers/features/docker-in-docker:2": {}, + "ghcr.io/warrenbuckley/codespace-features/sqlite:1": {} }, // Use 'forwardPorts' to make a list of ports inside the container available locally.