forked from pool/apptainer
Egbert Eich
33caaa9a61
- Package .def templates separately for different SPs. OBS-URL: https://build.opensuse.org/request/show/1143317 OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=66
8 lines
158 B
Modula-2
8 lines
158 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
|