Skip to content

Commit 0ee7786

Browse files
authored
Fix grpc compilation issue in v0.3.0 image (#26)
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
1 parent f29bd90 commit 0ee7786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,5 @@ RUN apk add --no-cache bash libstdc++ && \
151151
ln -s /usr/bin/grpc_node_plugin /usr/bin/protoc-gen-grpc-js && \
152152
ln -s /usr/bin/grpc_python_plugin /usr/bin/protoc-gen-grpc-python
153153
COPY protoc-wrapper /usr/bin/protoc-wrapper
154+
ENV LD_LIBRARY_PATH='/usr/lib:/usr/lib64:/usr/lib/local'
154155
ENTRYPOINT ["protoc-wrapper", "-I/usr/include"]

0 commit comments

Comments
 (0)