]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
removed lua-http installed through luarocks as it's installed in packages
authorMarek Vavruša <mvavrusa@cloudflare.com>
Tue, 9 Jan 2018 17:36:40 +0000 (09:36 -0800)
committerMarek Vavruša <mvavrusa@cloudflare.com>
Tue, 9 Jan 2018 17:36:40 +0000 (09:36 -0800)
ci/Dockerfile

index 5b1273c21656af091672b5835593599fb414b907..dcf96da93b48222d72f129bd6545c91438bcf0dc 100644 (file)
@@ -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