Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
deflinhec authored Apr 23, 2021
1 parent dc14fba commit 125e97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ RUN rm -rf /tmp/grpc && \
apk del .build-deps

# Setup dependencies
ENV LD_LIBRARY_PATH="/usr/local/lib:\
/usr/local/lib64:${LD_LIBRARY_PATH}"
ENV LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH}"
ENV LD_LIBRARY_PATH="/usr/local/lib64:${LD_LIBRARY_PATH}"

0 comments on commit 125e97c

Please sign in to comment.