From c6ef2b4f4cb2cc227b5893a47b501bcc48efa193 Mon Sep 17 00:00:00 2001
From: Fabrice  ALLAIN <fabrice.allain@pasteur.fr>
Date: Fri, 16 Feb 2018 17:35:05 +0100
Subject: [PATCH] Missing dependency for ariaec in singularity recipe

---
 aria.shub | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aria.shub b/aria.shub
index 43cc157..32ee0ef 100644
--- a/aria.shub
+++ b/aria.shub
@@ -36,7 +36,7 @@ FROM: centos:centos7
     cd /
 	rm ariaec-${ARIAEC_VERS}.tar.gz
 	rm -Rf ariaec-${ARIAEC_VERS}
-	yum remove --setopt=clean_requirements_on_remove=1 -y make git gcc wget
+	yum remove --setopt=clean_requirements_on_remove=1 -y make git wget
 
 %help
     This singularity image contains the "de novo Ambiguous Restraints for Iterative Assignment package.
-- 
GitLab