From: Matthew Newton Date: Wed, 25 Oct 2017 11:58:47 +0000 (+0100) Subject: mk-build-deps needs pkg called libkqueue-dev X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dbc1556bffe71e72c4ecb27f9e0c9853eb7073d;p=thirdparty%2Ffreeradius-server.git mk-build-deps needs pkg called libkqueue-dev --- diff --git a/scripts/docker/build-debian9/Dockerfile b/scripts/docker/build-debian9/Dockerfile index 1268d668bd6..5735a7c5239 100644 --- a/scripts/docker/build-debian9/Dockerfile +++ b/scripts/docker/build-debian9/Dockerfile @@ -32,7 +32,7 @@ RUN git clone --branch patch-3 --depth=1 https://github.com/arr2036/libkqueue.gi WORKDIR libkqueue RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \ make && \ - cpack -G DEB + cpack -P libkqueue-dev -G DEB RUN apt-get install -y ./*.deb #