feat: added static linking against libnl

libnl will be used to help understand kernel routing tables
This commit is contained in:
Andrew Rioux
2023-04-30 23:04:53 -04:00
parent 9ebf4b931b
commit 2fc1916273
9 changed files with 68 additions and 17 deletions

View File

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