Skip to content

Commit

Permalink
BF: add cmake to installed dependencies in unstable singularity images (
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic authored and jackgerrits committed May 1, 2019
1 parent f96e5fb commit cfef09c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions singularity/Singularity.debian-unstable-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions singularity/Singularity.debian-unstable-i386
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions singularity/template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfef09c

Please sign in to comment.