]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: add curl to debian-stable
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 7 Aug 2018 16:13:14 +0000 (18:13 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 7 Aug 2018 16:32:32 +0000 (18:32 +0200)
ci/debian-stable/Dockerfile

index 9aa700a804a4de19c2c8f9f87e3e5e820adc1cd1..d8789264668be7f3a9499c30c54dada86e66f100 100644 (file)
@@ -82,3 +82,6 @@ RUN apt-get install -y -qqq luajit
 
 # OpenBuildService CLI tool
 RUN apt-get install -y osc
+
+# curl (API)
+RUN apt-get install -y curl