Bootstrap: library
From: alpine:3.11.5

%runscript
    echo "$@"

%post
    echo "Hello from inside the container"
    echo "Install additional software here"
