1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

docker: fix syntax error

This commit is contained in:
Steffen Vogel 2021-09-17 18:18:23 +02:00
parent 0a95edd59a
commit be2402a181

View file

@ -148,7 +148,7 @@ RUN if [ "${ARCH}" != "armv6" -a "${ARCH}" != "armv7" ]; then \
nanomsg@testing; \
fi
COPY --from=builder ${PREFIX}} ${PREFIX}}
COPY --from=builder ${PREFIX} ${PREFIX}
RUN ldconfig ${PREFIX}/lib ${PREFIX}/lib64
ENV LD_LIBRARY_PATH=${PREFIX}/lib:${PREFIX}/lib64