From: Petr Špaček Date: Thu, 7 Dec 2017 10:10:42 +0000 (+0100) Subject: CI: add lua-http package to Docker image for testing X-Git-Tag: v1.5.1~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d02a67187fc1f95878029932f8897b5f145e2dfe;p=thirdparty%2Fknot-resolver.git CI: add lua-http package to Docker image for testing Related: !405 --- diff --git a/ci/Dockerfile b/ci/Dockerfile index e670b5e5c..1cda87b14 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update -qq 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 +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 # Python packags required for Deckard CI # Python: grab latest versions from PyPi