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:
parent
0a95edd59a
commit
be2402a181
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue