From 6d550c77264cf50c627a19304e39589ce0ec3a13 Mon Sep 17 00:00:00 2001 From: Vladimir Kulikovskiy <vkulikovskiy@km3net.de> Date: Sat, 14 Mar 2020 12:42:04 +0100 Subject: [PATCH] Update data_processing:1 --- base/data_processing:1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base/data_processing:1 b/base/data_processing:1 index 7b35ae1..fce1f9b 100644 --- a/base/data_processing:1 +++ b/base/data_processing:1 @@ -1,7 +1,7 @@ FROM docker.km3net.de/base/singularity-py3:3.5.3 MAINTAINER Vladimir Kulikovskiy <vkulikovskiy@km3net.de> - RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections - RUN apt-get install -qq -y bc - RUN apt-get install -qq -y apt-utils + RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections + RUN apt-get install -qq -y apt-utils + RUN apt-get install -qq -y bc RUN zsh -c 'apt-get install -qq -y environment-modules' -- GitLab