FROM fedora:36 # Install ansible using dnf. We originally were going to have a flag for whether # to use dnf or pip to install ansible however it looks like dnf installs all # the python libs in the same location that pip would, therefore there doesn't # seem to be a meaningful difference between the 2 install options. RUN ping -c 4 8.8.8.8 RUN ping -c 4 mirrors.fedoraproject.org RUN dnf install -y ansible