From 5c98be67c17492bd445ccb06a815b7bc025399ba Mon Sep 17 00:00:00 2001 From: Travis Cline Date: Tue, 16 Aug 2022 15:59:23 -0700 Subject: [PATCH] feat(docker-entrypoint): Add --experimental_allow_proto3_optional --- docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index b6737d7c8a..944ab9297c 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -44,6 +44,7 @@ while [ -n "$1" ]; do done protoc --proto_path=/protos/ --proto_path=/in/ \ + --experimental_allow_proto3_optional \ --python_gapic_out=/out/ \ --python_gapic_opt=${PLUGIN_OPTIONS:1} \ `find /in/ -name *.proto`