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