Skip to content
Snippets Groups Projects
Commit 2b2c3b66 authored by Blaise Li's avatar Blaise Li
Browse files

Missing directory during container build.

parent b6b1b78a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment