From: Alan T. DeKok Date: Tue, 12 Sep 2017 16:15:25 +0000 (-0400) Subject: dpkg to install debs, not apt-get X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5272aeefa9f7420f38083f677dcc790889954a0f;p=thirdparty%2Ffreeradius-server.git dpkg to install debs, not apt-get --- diff --git a/scripts/docker/build-ubuntu14/Dockerfile b/scripts/docker/build-ubuntu14/Dockerfile index 5a956ca625a..21cf6d0615a 100644 --- a/scripts/docker/build-ubuntu14/Dockerfile +++ b/scripts/docker/build-ubuntu14/Dockerfile @@ -41,7 +41,7 @@ WORKDIR libkqueue RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \ make && \ cpack -G DEB -RUN apt-get install -y ./*.deb +RUN dpkg -i --force-all ./libkqueue-*deb WORKDIR /usr/local/src/repositories #