]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Hmm... this is needed
authorAlan T. DeKok <aland@freeradius.org>
Tue, 12 Sep 2017 15:57:25 +0000 (11:57 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 12 Sep 2017 15:57:25 +0000 (11:57 -0400)
but when the build runs, it can't find libnl.  Oh well

scripts/docker/build-ubuntu14/Dockerfile

index eba3d3370ccd93315f4e0fa77f9e9f5874dcd90b..6b770159c2ee60b12a8f69ab828bf2edc724ef26 100644 (file)
@@ -16,7 +16,7 @@ RUN update-alternatives --install /usr/bin/lldb lldb /usr/bin/lldb-3.9 60 && upd
 #
 #  Install eapol_test dependencies
 #
-RUN apt-get install libnl-dev libnl-genl-3-dev
+RUN apt-get install libnl-3-dev libnl-genl-3-dev
 
 #
 #  Setup a src dir in /usr/local