From 1ad70fe02f86caa25cc0deb6a15805626babde4a Mon Sep 17 00:00:00 2001 From: shnee Date: Mon, 30 Jan 2023 21:24:02 -0500 Subject: [PATCH] debug --- Dockerfile.36 | 2 ++ Makefile | 6 +----- 2 files changed, 3 insertions(+), 5 deletions(-) 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