From f1d83e5704a1d6c7ee2b363d06e630cdd1305106 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Tue, 20 Nov 2018 11:13:04 +0100
Subject: [PATCH] Fix typo

---
 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 de61a22..5bd32e2 100644
--- a/base/singularity:2.5
+++ b/base/singularity:2.5
@@ -6,4 +6,4 @@ FROM debian:stretch
 
   RUN pip install sregistry[all]
   RUN sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers
-  RUN cd /tmp && git clone -b vault/release-2.5 https://www.github.com/sylabs/singularity.git && cd singularity && /autogen.sh && ./configure --prefix=/usr/local && make && make install
+  RUN cd /tmp && git clone -b vault/release-2.5 https://www.github.com/sylabs/singularity.git && cd singularity && ./autogen.sh && ./configure --prefix=/usr/local && make && make install
-- 
GitLab