From d1668158524fc8630513fd88d357d0e6d05577d6 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Sun, 8 Oct 2017 17:17:41 +0100 Subject: [PATCH] Install python3-tabulate from Debian archive. --- singularity/ExtensionCrawler.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singularity/ExtensionCrawler.def b/singularity/ExtensionCrawler.def index 3cda99f..1b1dabc 100644 --- a/singularity/ExtensionCrawler.def +++ b/singularity/ExtensionCrawler.def @@ -63,7 +63,7 @@ echo "LANG=en_US.UTF-8" > /etc/default/locale ################################################################### # Install the core dependencies (Python 3.5 or later) # from the Debian Testing repository -apt-get install -y python3-magic python3-crypto python3-minimal python3-pip python3-setuptools python3-mysqldb python3-jsbeautifier +apt-get install -y python3-magic python3-crypto python3-minimal python3-pip python3-setuptools python3-mysqldb python3-jsbeautifier python3-tabulate apt-get clean apt-get install -y git apt-get clean