Skip to content

Commit 3576182

Browse files
[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 d910b93) Co-authored-by: Brett Cannon <brett@python.org>
1 parent d11e69d commit 3576182

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"dnf",
66
"install",
77
"-y",
8-
"which",
9-
"zsh",
10-
"fish",
118
// For umask fix below.
129
"/usr/bin/setfacl"
1310
],

0 commit comments

Comments
 (0)