Skip to content

Commit b5933dd

Browse files
committed
updating install to add debootstrap
1 parent 6dec277 commit b5933dd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ selenium
77
simplejson
88
scikit-learn
99
pygments
10-
oauth2client==3.0
1110
google-api-python-client
11+
google
12+
oauth2client==3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="singularity",
88

99
# Version number:
10-
version="0.87",
10+
version="0.88",
1111

1212
# Application author details:
1313
author="Vanessa Sochat",

singularity/build/scripts/singularity-build-latest.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ sudo apt-get -y install git \
77
autotools-dev \
88
automake \
99
autoconf \
10+
debootstrap \
11+
yum \
1012
python3-pip >> /tmp/.install-log
1113

1214
# Pip3 installs

0 commit comments

Comments
 (0)