From fee028121cb631427679d0bac4857999ed759162 Mon Sep 17 00:00:00 2001 From: Job79 Date: Thu, 14 Aug 2025 12:59:35 +0200 Subject: [PATCH] feat: add ping to dockerfile --- Containerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 273daf6..f138cb3 100644 --- a/Containerfile +++ b/Containerfile @@ -8,9 +8,10 @@ FROM quay.io/fedora/fedora:42 # === setup system === RUN dnf update -y && \ dnf copr enable -y atim/lazygit && \ - dnf -y install neovim unzip awk jq \ - bash-completion host-spawn dbus-launch zoxide fd-find chafa lazygit procps \ - git go npm + dnf -y install procps ping bash-completion \ + host-spawn dbus-launch zoxide \ + neovim awk jq unzip fd-find chafa lazygit \ + git go npm # === setup container user === # Setup passwordless sudo.