libnfnetlink

This commit is contained in:
Bertrand Gouny 2016-11-21 10:33:49 +01:00
parent 7f4d922e6a
commit e31cf435e9
1 changed files with 2 additions and 1 deletions

View File

@ -12,8 +12,9 @@ RUN apt-get -y update \
curl \ curl \
gcc \ gcc \
libnl-3-dev \ libnl-3-dev \
libnl-route-3-dev \
libnl-genl-3-dev \ libnl-genl-3-dev \
libnl-route-3-dev \
libnfnetlink \
libssl-dev \ libssl-dev \
make \ make \
pkg-config \ pkg-config \