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: remove libusb from debian multiarch

This commit is contained in:
Steffen Vogel 2020-06-06 23:26:38 +02:00
parent cd9351c042
commit 41a7e07248

View file

@ -68,8 +68,7 @@ RUN apt-get update && apt-get install -y \
libmosquitto-dev:${ARCH} \
libibverbs-dev:${ARCH} \
librdmacm-dev:${ARCH} \
libre-dev:${ARCH} \
libusb-1.0-0-dev:${ARCH}
libre-dev:${ARCH}
# Install cmake (version from buster has a bug)
RUN cd /tmp && \