BootStrap: yum
OSVersion: 37
MirrorURL: http://dfw.mirror.rackspace.com/fedora/releases/%{OSVERSION}/Everything/aarch64/os/
Include: fedora-release-container dnf
Setopt: install_weak_deps=False

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

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