From: Tomas Krizek Date: Tue, 7 Aug 2018 16:13:14 +0000 (+0200) Subject: ci: add curl to debian-stable X-Git-Tag: v3.0.0~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=353bd738eb3c65444951c1d1de9887ebf202432b;p=thirdparty%2Fknot-resolver.git ci: add curl to debian-stable --- diff --git a/ci/debian-stable/Dockerfile b/ci/debian-stable/Dockerfile index 9aa700a80..d87892646 100644 --- a/ci/debian-stable/Dockerfile +++ b/ci/debian-stable/Dockerfile @@ -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