github.com/apptainer/singularity@v3.1.1+incompatible/examples/opensuse/Singularity (about)

     1  BootStrap: zypper
     2  OSVersion: 42.3
     3  MirrorURL: http://download.opensuse.org/distribution/leap/%{OSVERSION}/repo/oss/
     4  Include: zypper
     5  
     6  %runscript
     7      echo "This is what happens when you run the container..."
     8  
     9  
    10  %post
    11      echo "Hello from inside the container"
    12      zypper -n install bc