Skip to content

Commit 375f12c

Browse files
brettcannonmiss-islington
authored andcommitted
Drop explicit tool installation in the dev container (pythonGH-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 e3fb55e commit 375f12c

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)