From a0edb9d5c562f6affa627ed038ef05a0a81cdcb5 Mon Sep 17 00:00:00 2001 From: shnee Date: Mon, 30 Jan 2023 21:33:23 -0500 Subject: [PATCH] debug --- Dockerfile.36 | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.36 b/Dockerfile.36 index acee8c2..404b3ad 100644 --- a/Dockerfile.36 +++ b/Dockerfile.36 @@ -4,6 +4,7 @@ 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 dnf install iputils RUN ping -c 4 8.8.8.8 RUN ping -c 4 mirrors.fedoraproject.org RUN dnf install -y ansible