]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci/debian-buster: add lua-psl optional dependnecy
authorTomas Krizek <tomas.krizek@nic.cz>
Thu, 18 Jul 2019 12:28:11 +0000 (14:28 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 18 Jul 2019 12:28:11 +0000 (14:28 +0200)
ci/debian-buster/Dockerfile

index e9c1cd3208069b115ea0fa3fe0a82e478b6c5ace..38d6b2d73a197dbd0c2b2513de937b529a8be6f1 100644 (file)
@@ -11,7 +11,7 @@ RUN apt-get update -qq
 # RUN apt-get upgrade -y -qqq
 
 # Knot and Knot Resolver dependecies
-RUN apt-get install -y -qqq git make cmake pkg-config build-essential bsdmainutils libtool autoconf liburcu-dev libgnutls28-dev libedit-dev liblmdb-dev libcap-ng-dev libsystemd-dev libidn11-dev protobuf-c-compiler libfstrm-dev libuv1-dev libcmocka-dev libluajit-5.1-dev lua-sec lua-socket lua-http meson
+RUN apt-get install -y -qqq git make cmake pkg-config build-essential bsdmainutils libtool autoconf liburcu-dev libgnutls28-dev libedit-dev liblmdb-dev libcap-ng-dev libsystemd-dev libidn11-dev protobuf-c-compiler libfstrm-dev libuv1-dev libcmocka-dev libluajit-5.1-dev lua-sec lua-socket lua-http lua-psl meson
 # documentation dependecies
 RUN apt-get install -y -qqq doxygen python3-sphinx python3-breathe python3-sphinx-rtd-theme