diff --git a/build.assets/Makefile b/build.assets/Makefile index f943cf10e0cea..7e6591c15491e 100644 --- a/build.assets/Makefile +++ b/build.assets/Makefile @@ -244,7 +244,7 @@ ui: buildbox .PHONY: grpc grpc: buildbox docker run \ - $(DOCKERFLAGS) -t $(BUILDBOX) \ + $(DOCKERFLAGS) -u $(UID):$(GID) -t $(BUILDBOX) \ make -C /go/src/github.com/gravitational/teleport grpc/host # protos-up-to-date checks if GRPC stubs are up to date from inside the buildbox