Merge pull request #104 from adamcarheden/libnl-dep

Fixed missing dependency on libnl-route-3-dev
This commit is contained in:
robertswiecki 2019-01-29 21:04:25 +01:00 committed by GitHub
commit 5b374bbf8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ RUN apt-get -y update && apt-get install -y \
g++ \ g++ \
git \ git \
libprotobuf-dev \ libprotobuf-dev \
libnl-route-3-dev \
libtool \ libtool \
make \ make \
pkg-config \ pkg-config \