Drop explicit tool installation in the dev container (GH-138211)

This is now handled upstream in the dev container image itself.
This commit is contained in:
Brett Cannon 2025-08-27 16:41:31 -07:00 committed by GitHub
parent bbcb75c986
commit d910b93f78
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"
],