1
0
Fork 0
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:
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

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'