We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7008c2e commit 1436e61Copy full SHA for 1436e61
toolkit/tools/internal/safechroot/safechroot.go
@@ -99,6 +99,8 @@ var defaultChrootEnv = []string{
99
"HOME=/root",
100
fmt.Sprintf("SHELL=%s", os.Getenv("SHELL")),
101
fmt.Sprintf("TERM=%s", os.Getenv("TERM")),
102
+ fmt.Sprintf("https_proxy=%s", os.Getenv("https_proxy")),
103
+ fmt.Sprintf("no_proxy=%s", os.Getenv("no_proxy")),
104
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
105
}
106
0 commit comments