From 6114b2aa154d61792f326f9edeef330f224ddeb5 Mon Sep 17 00:00:00 2001 From: Takayuki SHIMIZUKAWA Date: Sun, 18 Aug 2024 07:19:05 +0000 Subject: [PATCH] [devcontainer] remove installing global python utilities by devcontainer/features because the utilities are already installed on provided image: python:1-3.12-bookworm. --- .devcontainer/devcontainer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 563921c40d..acc49437a2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,6 @@ "ghcr.io/devcontainers/features/docker-in-docker:2": {}, "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {}, - "ghcr.io/devcontainers/features/python:1": "none", "ghcr.io/devcontainers-contrib/features/act:1": {}, "ghcr.io/devcontainers-contrib/features/ruff:1": {} },