updated dependencies and Dockerfile

This commit is contained in:
Paul 2023-10-28 10:47:08 +02:00
parent 5036dc3ba8
commit 3e3a717106
2 changed files with 219 additions and 285 deletions

502
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -2,5 +2,5 @@ FROM rustembedded/cross:aarch64-unknown-linux-musl
RUN dpkg --add-architecture arm64
RUN apt-get update
RUN apt-get install -y libasound2-dev:arm64 libzmq3-dev libnftnl-dev libmnl-dev libmnl0:arm64 libnftnl7:arm64 libmnl0:amd64 libnftnl0:arm64
RUN apt-get install -y libnftnl-dev libmnl-dev libmnl0:arm64 libnftnl7:arm64 libmnl0:amd64 libnftnl0:arm64
RUN apt-get clean