From: Alan T. DeKok Date: Tue, 12 Sep 2017 15:57:25 +0000 (-0400) Subject: Hmm... this is needed X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91d005ba5c895e3b507249bf462e15a72691bf57;p=thirdparty%2Ffreeradius-server.git Hmm... this is needed but when the build runs, it can't find libnl. Oh well --- diff --git a/scripts/docker/build-ubuntu14/Dockerfile b/scripts/docker/build-ubuntu14/Dockerfile index eba3d3370cc..6b770159c2e 100644 --- a/scripts/docker/build-ubuntu14/Dockerfile +++ b/scripts/docker/build-ubuntu14/Dockerfile @@ -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