From 855ccf5753a16ac5b0541d3fa55ae855ffbb6f84 Mon Sep 17 00:00:00 2001 From: Jakub Nyckowski Date: Wed, 19 Apr 2023 16:02:44 -0400 Subject: [PATCH] Do not change proto user on make grpc (#24818) --- build.assets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.assets/Makefile b/build.assets/Makefile index 8f96e962d02..77bdbbc3793 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