From: Marek VavrusÌŒa Date: Tue, 9 Jan 2018 17:36:40 +0000 (-0800) Subject: removed lua-http installed through luarocks as it's installed in packages X-Git-Tag: v2.0.0~16^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f0b840d2d6af988d671df37db12b68fed950dc4;p=thirdparty%2Fknot-resolver.git removed lua-http installed through luarocks as it's installed in packages --- diff --git a/ci/Dockerfile b/ci/Dockerfile index 5b1273c21..dcf96da93 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -11,10 +11,6 @@ RUN apt-get upgrade -y -qqq # Knot and Knot Resolver dependecies RUN apt-get install -y -qqq make cmake pkg-config git build-essential bsdmainutils libtool autoconf make pkg-config liburcu-dev libgnutls28-dev libedit-dev liblmdb-dev libcap-ng-dev libsystemd-dev libidn11-dev protobuf-c-compiler libfstrm-dev pkg-config libuv1-dev libcmocka-dev libluajit-5.1-dev lua-sec lua-socket lua-http -# Optional dependencies (http) -RUN apt-get install luarocks -y -qqq -RUN luarocks install --server=http://luarocks.org/dev http - # Python packags required for Deckard CI # Python: grab latest versions from PyPi # (dnspython and Augeas binding in Debian packages are slow and buggy) @@ -46,6 +42,7 @@ RUN wget https://raw.githubusercontent.com/LuaJIT/LuaJIT/v2.0.4/src/lj.supp -O / # TODO: rebuild LuaJIT with Valgrind support # Lua lint for kresd CI +RUN apt-get install luarocks -y -qqq RUN luarocks install luacheck # respdiff for kresd CI