From 353bd738eb3c65444951c1d1de9887ebf202432b Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Tue, 7 Aug 2018 18:13:14 +0200 Subject: [PATCH] ci: add curl to debian-stable --- ci/debian-stable/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2