diff --git a/Dockerfile b/Dockerfile index e5a2ffd..3bb3e92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -151,4 +151,5 @@ RUN apk add --no-cache bash libstdc++ && \ ln -s /usr/bin/grpc_node_plugin /usr/bin/protoc-gen-grpc-js && \ ln -s /usr/bin/grpc_python_plugin /usr/bin/protoc-gen-grpc-python COPY protoc-wrapper /usr/bin/protoc-wrapper +ENV LD_LIBRARY_PATH='/usr/lib:/usr/lib64:/usr/lib/local' ENTRYPOINT ["protoc-wrapper", "-I/usr/include"]