From 0af7d5c15d3b2163bec3d637a3bfffcb054bc5c1 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Sat, 21 Dec 2019 23:55:25 +0100 Subject: [PATCH] Ignore interactivity --- base/ci-helper:1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/ci-helper:1 b/base/ci-helper:1 index 75a8998..d65803e 100644 --- a/base/ci-helper:1 +++ b/base/ci-helper:1 @@ -1,6 +1,6 @@ FROM debian:buster MAINTAINER Tamas Gal <tgal@km3net.de> - RUN apt-get update - RUN apt-get install sshpass + RUN apt-get update -qq + RUN apt-get install -qq sshpass RUN apt-get clean -- GitLab