From 913ac8e1e6bd23070e9af23e07ba0bc348c1ba53 Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Wed, 28 Oct 2020 15:51:10 +0100 Subject: [PATCH] re-build singularity image --- containers/Singularity | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/Singularity b/containers/Singularity index 026136f8..6d02b2e4 100644 --- a/containers/Singularity +++ b/containers/Singularity @@ -1,6 +1,7 @@ Bootstrap: docker From:python:3.7-stretch + %post # Update apt-get packages apt-get update &&\ -- GitLab