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:
CrazyMax 2022-04-15 17:13:00 +02:00 committed by Sebastiaan van Stijn
parent 2cfbb039d1
commit 493d3ca0c3
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
set -e
(
export CGO_ENABLED=0
GO_PACKAGE='github.com/docker/docker/cmd/docker-proxy'
BINARY_SHORT_NAME='docker-proxy'