BootStrap: yum
OSVersion: 9
MirrorURL: http://repo.almalinux.org/almalinux/%{OSVERSION}/BaseOS/aarch64/os
Include: dnf

%runscript
    echo "This is what happens when you run the container..."

%post
    echo "Hello from inside the container"
    dnf -y install vim-minimal
