From 2b2c3b66e6e04e780b7dc1dd9da55dbd0a744d05 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Fri, 7 Feb 2020 10:47:35 +0100 Subject: [PATCH] Missing directory during container build. --- singularity/workflows_base.def | 1 + 1 file changed, 1 insertion(+) diff --git a/singularity/workflows_base.def b/singularity/workflows_base.def index a0ce6d4..a5af84f 100644 --- a/singularity/workflows_base.def +++ b/singularity/workflows_base.def @@ -25,6 +25,7 @@ Stage: build-haskell do (cd ${dir} && grep "local" install.sh && ./install.sh) done + mkdir -p /usr/local/share/doc echo "# Haskell tools" >> /usr/local/share/doc/program_versions.txt echo "${HASKELL_TOOLS_VERSION}" >> /usr/local/share/doc/program_versions.txt -- GitLab