[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 d910b93f78)

Co-authored-by: Brett Cannon <brett@python.org>
This commit is contained in:
Miss Islington (bot) 2025-10-07 23:38:31 +02:00 committed by GitHub
parent d11e69d620
commit 357618266b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,9 +5,6 @@
"dnf",
"install",
"-y",
"which",
"zsh",
"fish",
// For umask fix below.
"/usr/bin/setfacl"
],