feat: added basic rust wrapper around libnl

This commit is contained in:
Andrew Rioux
2023-05-01 01:50:27 -04:00
parent 2fc1916273
commit da9aa2178c
13 changed files with 406 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
FROM rust:1-alpine
RUN apk add bash docker git cmake make automake musl-dev autoconf libtool \
RUN apk add bash docker git cmake make automake musl-dev autoconf libtool valgrind \
flex bison linux-headers openssl-dev apache2-utils docker-compose && \
mkdir /etc/docker && \
echo '{ "storage-driver": "vfs" }' > /etc/docker/daemon.json