Merge pull request #43621 from thaJeztah/fix_userland_proxy_static
fix docker-proxy not statically linked
This commit is contained in:
commit
8abb84c734
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
set -e
|
||||
|
||||
(
|
||||
export CGO_ENABLED=0
|
||||
|
||||
GO_PACKAGE='github.com/docker/docker/cmd/docker-proxy'
|
||||
BINARY_SHORT_NAME='docker-proxy'
|
||||
|
||||
|
|
Loading…
Reference in a new issue