forked from pool/apptainer
Christian Goll
941ebe2ba8
- added simple sif building for SLE systems via suseconnect-container - added files: * simpler-sif-building.patch * SLE-12SP5.def * leap.def OBS-URL: https://build.opensuse.org/request/show/1067602 OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=38
9 lines
159 B
Modula-2
9 lines
159 B
Modula-2
# Install container from the repos of the host
|
|
BootStrap: zypper
|
|
|
|
%post
|
|
update-ca-certificates
|
|
echo "Hello from post boot strap"
|
|
zypper in -y vim
|
|
|