From c4cbb12796b781d96a31caee5e791a8ebc00a4a9 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 28 Feb 2020 11:43:00 +0100 Subject: [PATCH] Add wget and curl --- base/ci-helper:1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/ci-helper:1 b/base/ci-helper:1 index d65803e..5c8e8f2 100644 --- a/base/ci-helper:1 +++ b/base/ci-helper:1 @@ -2,5 +2,5 @@ FROM debian:buster MAINTAINER Tamas Gal <tgal@km3net.de> RUN apt-get update -qq - RUN apt-get install -qq sshpass + RUN apt-get install -qq sshpass wget curl RUN apt-get clean -- GitLab