From 03d1b183bcaf909001c11cfd2866b54899d131a6 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Thu, 6 May 2021 09:26:32 +0200 Subject: [PATCH] alntools: add six module --- src/.docker_modules/alntools/dd96682/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.docker_modules/alntools/dd96682/Dockerfile b/src/.docker_modules/alntools/dd96682/Dockerfile index 31ba00d5..8bd4d05a 100644 --- a/src/.docker_modules/alntools/dd96682/Dockerfile +++ b/src/.docker_modules/alntools/dd96682/Dockerfile @@ -16,6 +16,7 @@ RUN apt-get update \ && python setup.py install \ && cd .. \ && rm -R alntools \ + && pip install six \ && apt-get autoremove --purge -y git ca-certificates CMD ["bash"] \ No newline at end of file -- GitLab