diff --git a/Dockerfile.36 b/Dockerfile.36 index 6a9dc44..acee8c2 100644 --- a/Dockerfile.36 +++ b/Dockerfile.36 @@ -4,4 +4,6 @@ FROM fedora:36 # 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 diff --git a/Makefile b/Makefile index 071af1b..11ab9b7 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,4 @@ -default: test2 common/.git build-all - -test2: - ping -c 4 google.com - ping -c 4 mirrors.fedoraproject.org +default: common/.git build-all IMAGE_NAME = ansible-fedora BASE_IMAGE_NAME = fedora