mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
ldconfig
Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
This commit is contained in:
parent
985386ef75
commit
f7ba5e01bd
2 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,6 @@ build:source:
|
|||
-DWITH_WEB=OFF
|
||||
-DCMAKE_MODULE_PATH=/usr/local/lib64/cmake
|
||||
-DCMAKE_PREFIX_PATH=/usr/local
|
||||
-DCMAKE_PREFIX_PATH=/usr/local/lib
|
||||
|
||||
# Stage: test
|
||||
|
||||
|
|
|
@ -62,6 +62,7 @@ RUN apt-get update && \
|
|||
|
||||
# Add local and 64-bit locations to linker paths
|
||||
ENV echo /usr/local/lib >> /etc/ld.so.conf && \
|
||||
ldconfig && \
|
||||
echo /usr/local/lib64 >> /etc/ld.so.conf
|
||||
|
||||
ADD cmake/toolchains/debian-${ARCH}.cmake /
|
||||
|
|
Loading…
Add table
Reference in a new issue