mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Enforce CGO_ENABLED=0 only for docker-proxy
Signed-off-by: Tibor Vass <tibor@docker.com> Upstream-commit: e30c2e86e8ec2040fa2d1e1e20d8fcd6decd0ddb Component: engine
This commit is contained in:
@@ -99,8 +99,10 @@ do
|
||||
;;
|
||||
|
||||
proxy)
|
||||
export CGO_ENABLED=0
|
||||
install_proxy
|
||||
(
|
||||
export CGO_ENABLED=0
|
||||
install_proxy
|
||||
)
|
||||
;;
|
||||
|
||||
proxy-dynamic)
|
||||
|
||||
Reference in New Issue
Block a user