feat: added basic rust wrapper around libnl
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user