mirror of
https://github.com/moby/moby.git
synced 2026-01-15 01:41:39 +00:00
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
13 lines
176 B
Bash
13 lines
176 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
(
|
|
export CGO_ENABLED=0
|
|
|
|
GO_PACKAGE='github.com/docker/docker/cmd/docker-proxy'
|
|
BINARY_SHORT_NAME='docker-proxy'
|
|
|
|
source "${MAKEDIR}/.binary"
|
|
)
|