1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
This commit is contained in:
Alexandra 2024-05-02 07:52:53 +00:00
parent 985386ef75
commit f7ba5e01bd
2 changed files with 1 additions and 1 deletions

View file

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

View file

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