From 95e0e671532af6daa8a17cd05362f5c6a60e9ce6 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 6 Oct 2021 02:58:36 +0200 Subject: [PATCH] koolbox: Add some additional tools to the container This patch should add utils like `watch` but also basic network tools like ping to the koolbox container, making it a lot more useful. --- cli/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/Dockerfile b/cli/Dockerfile index d7777c80a..ace6b14a9 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -75,6 +75,7 @@ RUN dnf install -y \ ca-certificates \ openssh-clients \ openssl \ + gnupg \ ansible \ make \ rsync \ @@ -87,6 +88,8 @@ RUN dnf install -y \ vim \ bash-completion \ butane \ + iputils \ + procps-ng \ && dnf clean all # External tools -- GitLab