diff --git a/build.assets/Makefile b/build.assets/Makefile index 8f96e962d02d6..77bdbbc3793a4 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