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`