github.com/apptainer/singularity@v3.1.1+incompatible/examples/legacy/2.3/contrib/raspbian.def (about)

     1  BootStrap: debootstrap
     2  OSVersion: stable
     3  MirrorURL: http://ftp.acc.umu.se/mirror/raspbian/raspbian/
     4  
     5  %post
     6  
     7      apt-get update
     8      apt-get -y install gcc vim apache2
     9      apt-get clean
    10      exit 0