diff --git a/containers/Singularity.1.0 b/containers/Singularity.1.0
index 026136f88357dc1d137864dec4838f9ef101e2e5..2ef639f502c02cb20db9c4abf78ad047333a37a4 100644
--- a/containers/Singularity.1.0
+++ b/containers/Singularity.1.0
@@ -133,8 +133,9 @@ From:python:3.7-stretch
 
     # Install PanACoTA
     cd /opt/src
-    git clone https://gitlab.pasteur.fr/aperrin/pipeline_annotation.git
-    cd /opt/src/pipeline_annotation
+    wget https://github.com/gem-pasteur/PanACoTA/archive/v1.0.tar.gz
+    tar -xzf v1.0.tar.gz
+    cd /opt/src/PanACoTA-1.0
     ./make