feat: add ping to dockerfile

This commit is contained in:
Job
2025-08-14 12:59:35 +02:00
parent 8e4e2b9aa2
commit fee028121c

View File

@@ -8,9 +8,10 @@ FROM quay.io/fedora/fedora:42
# === setup system === # === setup system ===
RUN dnf update -y && \ RUN dnf update -y && \
dnf copr enable -y atim/lazygit && \ dnf copr enable -y atim/lazygit && \
dnf -y install neovim unzip awk jq \ dnf -y install procps ping bash-completion \
bash-completion host-spawn dbus-launch zoxide fd-find chafa lazygit procps \ host-spawn dbus-launch zoxide \
git go npm neovim awk jq unzip fd-find chafa lazygit \
git go npm
# === setup container user === # === setup container user ===
# Setup passwordless sudo. # Setup passwordless sudo.