]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Drop explicit tool installation in the dev container (GH-138211)
authorBrett Cannon <brett@python.org>
Wed, 27 Aug 2025 23:41:31 +0000 (16:41 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Aug 2025 23:41:31 +0000 (23:41 +0000)
This is now handled upstream in the dev container image itself.

.devcontainer/devcontainer.json

index 2720ac30e1cc6a6dca5cb37e4ed1179033c624ed..fb11c82bb96d9cde4aaf59682f255c40f6084a60 100644 (file)
@@ -5,9 +5,6 @@
         "dnf",
         "install",
         "-y",
-        "which",
-        "zsh",
-        "fish",
         // For umask fix below.
         "/usr/bin/setfacl"
     ],