From 431e4e27d5b4526e7076881f61d8ddf03e9d90bd Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Tue, 20 Nov 2018 11:08:15 +0100 Subject: [PATCH] Add sudo --- base/singularity:2.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/singularity:2.5 b/base/singularity:2.5 index 9a94463..de61a22 100644 --- a/base/singularity:2.5 +++ b/base/singularity:2.5 @@ -2,7 +2,7 @@ FROM debian:stretch MAINTAINER Tamas Gal <tgal@km3net.de> RUN apt-get update -qq && apt-get install -y wget bzip2 python-pip git - RUN apt-get install -y build-essential squashfs-tools libtool autotools-dev libarchive-dev automake autoconf uuid-dev libssl-dev + RUN apt-get install -y build-essential squashfs-tools libtool autotools-dev libarchive-dev automake autoconf uuid-dev libssl-dev sudo RUN pip install sregistry[all] RUN sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers -- GitLab