diff --git a/Makefile b/Makefile index 4722ad7c6..fb707fd4a 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) \