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