FORKED from William-Yeh/docker-ansible. Docker images for Ansible software, installed in a selected Linux distributions. _ Forked from https://github.com/fretlink/docker-ansible
#
# packages to be installed via APK;
# lines beginning with "! " (an exclamation mark, followed by a space) will *not* be *uninstalled* afterwards.
#
# ssl
openssl ca-certificates
# python-runtime
python py-pip
# build-dependencies
python-dev libffi-dev openssl-dev build-base