Skip to content

Commit 86b15b1

Browse files
mandreanthockin
authored andcommitted
Run Go build-image without TTY
1 parent f3f3180 commit 86b15b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ build: bin/$(ARCH)/$(BIN)
8585
bin/$(ARCH)/$(BIN): build-dirs
8686
@echo "building: $@"
8787
@docker run \
88-
-ti \
88+
-i \
8989
-u $$(id -u):$$(id -g) \
9090
-v $$(pwd)/.go:/go \
9191
-v $$(pwd):/go/src/$(PKG) \

0 commit comments

Comments
 (0)