1
0
Fork 0
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:
Steffen Vogel 2019-09-03 23:14:38 +02:00
parent 29ac5a7eae
commit bc67e865aa

View file

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