Skip to content

Commit 05b19e9

Browse files
authored
Merge pull request #1045 from thaJeztah/windows_no_proxy
[master] static: remove unused docker-proxy.exe binary from Windows packages
2 parents 2e60f4a + 1e1bf07 commit 05b19e9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

static/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ cross-win: cross-win-engine
8585
mkdir -p build/win/amd64/docker
8686
cp $(CLI_DIR)/build/docker-windows-amd64.exe build/win/amd64/docker/docker.exe
8787
cp $(ENGINE_DIR)/bundles/cross/win/dockerd.exe build/win/amd64/docker/dockerd.exe
88-
cp $(ENGINE_DIR)/bundles/cross/win/docker-proxy.exe build/win/amd64/docker/docker-proxy.exe
8988
docker run --rm -v $(CURDIR)/build/win/amd64:/v -w /v alpine sh -c 'apk update&&apk add zip&&zip -r docker-$(GEN_STATIC_VER).zip docker'
9089
$(CHOWN) -R $(shell id -u):$(shell id -g) build
9190

0 commit comments

Comments
 (0)