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 APT;
# lines beginning with "! " (an exclamation mark, followed by a space) will *not* be *uninstalled* afterwards.
#
# common
#####sudo curl gcc
# ssl
#####openssl ca-certificates
# python-runtime
python
#####python-pip python-yaml
# build-dependencies
#####python-dev libffi-dev libssl-dev
# may be required by ansible-galaxy
git