Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
ci-helper:1 145 B
FROM debian:buster
 MAINTAINER Tamas Gal <tgal@km3net.de>

 RUN apt-get update -qq
 RUN apt-get install -qq sshpass wget curl
 RUN apt-get clean