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:
parent
cd9351c042
commit
41a7e07248
1 changed files with 1 additions and 2 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue