From cfef09c53f0dd6941bf783a4b707e26b924e5806 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 1 May 2019 11:27:28 -0400 Subject: [PATCH] BF: add cmake to installed dependencies in unstable singularity images (#1857) --- singularity/Singularity.debian-unstable-amd64 | 2 ++ singularity/Singularity.debian-unstable-i386 | 2 ++ singularity/template | 2 ++ 3 files changed, 6 insertions(+) diff --git a/singularity/Singularity.debian-unstable-amd64 b/singularity/Singularity.debian-unstable-amd64 index 43143281c54..8c9575d07bb 100644 --- a/singularity/Singularity.debian-unstable-amd64 +++ b/singularity/Singularity.debian-unstable-amd64 @@ -17,6 +17,8 @@ From: debian:unstable # just useful little tools eatmydata apt-get -y install vim wget strace time ncdu gnupg curl procps netcat eatmydata apt-get -y build-dep vowpal-wabbit + # new dependencies which didn't make it into a Debian release yet + eatmydata apt-get -y install cmake # some external depends might have not been needed then eatmydata apt-get -y install markdown html2text rapidjson-dev libboost-python-dev git chmod a+rX -R /etc/apt/sources.list.d diff --git a/singularity/Singularity.debian-unstable-i386 b/singularity/Singularity.debian-unstable-i386 index db7228503e3..1bf1e423d23 100644 --- a/singularity/Singularity.debian-unstable-i386 +++ b/singularity/Singularity.debian-unstable-i386 @@ -17,6 +17,8 @@ From: i386/debian:unstable # just useful little tools eatmydata apt-get -y install vim wget strace time ncdu gnupg curl procps netcat eatmydata apt-get -y build-dep vowpal-wabbit + # new dependencies which didn't make it into a Debian release yet + eatmydata apt-get -y install cmake # some external depends might have not been needed then eatmydata apt-get -y install markdown html2text rapidjson-dev libboost-python-dev git chmod a+rX -R /etc/apt/sources.list.d diff --git a/singularity/template b/singularity/template index cae4cf55218..80c99f1c735 100644 --- a/singularity/template +++ b/singularity/template @@ -17,6 +17,8 @@ From: ${DOCKERARCHPREFIX}debian:$DEBRELEASE # just useful little tools eatmydata apt-get -y install vim wget strace time ncdu gnupg curl procps netcat eatmydata apt-get -y build-dep vowpal-wabbit + # new dependencies which didn't make it into a Debian release yet + eatmydata apt-get -y install cmake # some external depends might have not been needed then eatmydata apt-get -y install markdown html2text rapidjson-dev libboost-python-dev git chmod a+rX -R /etc/apt/sources.list.d