mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add missing arch to dockerfile
This commit is contained in:
parent
29ac5a7eae
commit
bc67e865aa
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ RUN apt-get update && apt-get install -y \
|
|||
libre-dev:${ARCH} \
|
||||
libusb-1.0-0-dev:${ARCH} \
|
||||
libspdlog-dev:${ARCH} \
|
||||
libfmt-dev
|
||||
libfmt-dev:${ARCH}
|
||||
|
||||
ADD cmake/toolchains/debian-${ARCH}.cmake /
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue