Merge pull request #43621 from thaJeztah/fix_userland_proxy_static

fix docker-proxy not statically linked
This commit is contained in:
Sebastiaan van Stijn 2022-05-20 17:56:52 +02:00 committed by GitHub
commit 8abb84c734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'