diff --git a/base/ci-helper:1 b/base/ci-helper:1 new file mode 100644 index 0000000000000000000000000000000000000000..75a8998ef7ad9992ba24cf775ae26c5759421eb3 --- /dev/null +++ b/base/ci-helper:1 @@ -0,0 +1,6 @@ +FROM debian:buster + MAINTAINER Tamas Gal <tgal@km3net.de> + + RUN apt-get update + RUN apt-get install sshpass + RUN apt-get clean