Skip to content

Commit 8c53b1b

Browse files
committed
build needs to be non interactive, asking for keyboard layout
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 1025f0b commit 8c53b1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

singularity/build/scripts/singularity-prepare-instance.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ From: ubuntu:18.04
9797
export LC_LANG=C
9898
export VERSION=1.12.6 OS=linux ARCH=amd64
9999
export SINGULARITY_VERSION=3.2.1
100+
export DEBIAN_FRONTEND=noninteractive
100101
apt-get update -y
101102
apt-get -y install git build-essential libssl-dev uuid-dev pkg-config curl gcc cryptsetup
102103
apt-get -y install libgpgme11-dev libseccomp-dev squashfs-tools libc6-dev-i386
@@ -132,6 +133,6 @@ DEFFILE
132133

133134
sudo $SINGULARITY_PATH/singularity build --sandbox $SECBUILD_IMAGE $SECBUILD_DEFFILE
134135

135-
# Singularity python development
136+
# Singularity python
136137
cd /tmp && git clone -b v${SINGULARITY_VERSION} https://www.github.com/singularityhub/singularity-python.git &&
137138
cd /tmp/singularity-python && sudo python3 setup.py install

0 commit comments

Comments
 (0)