From 70b08d03670f99253b616c223c170061cab890c2 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 28 Feb 2020 11:45:08 +0100 Subject: [PATCH] Add tree --- base/ci-helper:1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/ci-helper:1 b/base/ci-helper:1 index 5c8e8f2..8f89018 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 wget curl + RUN apt-get install -qq sshpass wget curl tree RUN apt-get clean -- GitLab