diff --git a/base/singularity:2.5 b/base/singularity:2.5 new file mode 100644 index 0000000000000000000000000000000000000000..8126eb8b7c901a6e469dcdacbb29b61cf26a1f78 --- /dev/null +++ b/base/singularity:2.5 @@ -0,0 +1,8 @@ +FROM debian:stretch + + RUN apt-get update -qq && apt-get install -y wget bzip2 python-pip git + RUN apt-get install -y build-essential squashfs-tools libtool autotools-dev libarchive-dev automake autoconf uuid-dev libssl-dev + + RUN pip install sregistry[all] + RUN sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers + RUN cd /tmp && git clone -b vault/release-2.5 https://www.github.com/sylabs/singularity.git && cd singularity && /autogen.sh && ./configure --prefix=/usr/local && make && make install