We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29bd90 commit 0ee7786Copy full SHA for 0ee7786
Dockerfile
@@ -151,4 +151,5 @@ RUN apk add --no-cache bash libstdc++ && \
151
ln -s /usr/bin/grpc_node_plugin /usr/bin/protoc-gen-grpc-js && \
152
ln -s /usr/bin/grpc_python_plugin /usr/bin/protoc-gen-grpc-python
153
COPY protoc-wrapper /usr/bin/protoc-wrapper
154
+ENV LD_LIBRARY_PATH='/usr/lib:/usr/lib64:/usr/lib/local'
155
ENTRYPOINT ["protoc-wrapper", "-I/usr/include"]
0 commit comments