1
0
Fork 0
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:
Sonja Happ 2019-09-17 10:23:06 +02:00
parent 3cfc2736aa
commit 37914a0af1

View file

@ -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