From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:38:31 +0000 (+0200) Subject: [3.14] Drop explicit tool installation in the dev container (GH-138211) (GH-138212) X-Git-Tag: v3.14.1~453 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=357618266b62c21e0e451b5dd09c2585ff7fa51b;p=thirdparty%2FPython%2Fcpython.git [3.14] Drop explicit tool installation in the dev container (GH-138211) (GH-138212) Drop explicit tool installation in the dev container (GH-138211) This is now handled upstream in the dev container image itself. (cherry picked from commit d910b93f786982a11d7d6b7562716c2f50513f00) Co-authored-by: Brett Cannon --- diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2720ac30e1cc..fb11c82bb96d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,9 +5,6 @@ "dnf", "install", "-y", - "which", - "zsh", - "fish", // For umask fix below. "/usr/bin/setfacl" ],