diff --git a/base/ci-helper:1 b/base/ci-helper:1 index d65803e8684934eca02b2538ce9718a96939656f..5c8e8f2f2cab16f94af45eee63f4739c05eb9402 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