From 86b15b1c2a2dc140b5788fb012933e3cdd723489 Mon Sep 17 00:00:00 2001 From: Sebastian Mandrean Date: Thu, 29 Mar 2018 11:02:28 +0200 Subject: [PATCH] Run Go build-image without TTY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4722ad7..fb707fd 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ build: bin/$(ARCH)/$(BIN) bin/$(ARCH)/$(BIN): build-dirs @echo "building: $@" @docker run \ - -ti \ + -i \ -u $$(id -u):$$(id -g) \ -v $$(pwd)/.go:/go \ -v $$(pwd):/go/src/$(PKG) \