File: Singularity_legacy.def

package info (click to toggle)
apptainer 1.4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,780 kB
  • sloc: sh: 3,329; ansic: 1,706; awk: 414; python: 103; makefile: 54
file content (8 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
bootstrap: docker
from: ubuntu:focal

%post
    cd /
    apt-get update -y && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y wget cryptsetup-bin squashfs-tools tzdata
    wget https://github.com/sylabs/singularity/releases/download/v3.9.2/singularity-ce_3.9.2-focal_amd64.deb
    dpkg -i singularity-ce_3.9.2-focal_amd64.deb && rm singularity-ce_3.9.2-focal_amd64.deb