mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
set LD_LIBRARY_PATH in debian multiarch
This commit is contained in:
parent
3cfc2736aa
commit
37914a0af1
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ RUN cd /tmp && \
|
|||
../configure --host=${TRIPLET} && make -j$(nproc) install && \
|
||||
rm -rf /tmp/*
|
||||
|
||||
ENV LD_LIBRARY_PATH /usr/local/lib:/usr/lib:/usr/lib/${TRIPLET}
|
||||
|
||||
WORKDIR /villas
|
||||
ENTRYPOINT bash
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue