[ARVADOS] updated: 2.1.0-1096-g6ef187b88
Git user
git at public.arvados.org
Fri Aug 6 13:30:11 UTC 2021
Summary of changes:
tools/compute-images/scripts/base.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 6ef187b8829752b403849e80e45a473714f9d85c (commit)
from c2aceca339ec3a6f3d853865cebd0efe348ff518 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 6ef187b8829752b403849e80e45a473714f9d85c
Author: Ward Vandewege <ward at curii.com>
Date: Fri Aug 6 09:29:30 2021 -0400
Singularity requires squashfs-tools to build images.
refs #17755
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/tools/compute-images/scripts/base.sh b/tools/compute-images/scripts/base.sh
index d1f990c3b..b7d0d0f36 100644
--- a/tools/compute-images/scripts/base.sh
+++ b/tools/compute-images/scripts/base.sh
@@ -58,7 +58,8 @@ wait_for_apt_locks && $SUDO DEBIAN_FRONTEND=noninteractive apt-get -qq --yes ins
libcurl4-openssl-dev \
lvm2 \
cryptsetup \
- xfsprogs
+ xfsprogs \
+ squashfs-tools
# Install the Arvados packages we need
wait_for_apt_locks && $SUDO DEBIAN_FRONTEND=noninteractive apt-get -qq --yes install \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list