mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix docker-proxy not statically linked
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
2cfbb039d1
commit
493d3ca0c3
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