diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5542593..e03643d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,13 +6,7 @@ "dockerfile": "Dockerfile" }, "features": { - "ghcr.io/devcontainers/features/git:1": { - "ppa": true, - "version": "latest" - }, - "ghcr.io/meaningful-ooo/devcontainer-features/fish:1": { - "fisher": true - } + "ghcr.io/devcontainers-contrib/features/fish-apt-get:1": {} } // Features to add to the dev container. More info: https://containers.dev/features.