forked from pool/apptainer
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
|
||
|
|