Skip to content
Snippets Groups Projects
Verified Commit 95e0e671 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

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.
parent 8701a6ee
No related branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,7 @@ RUN dnf install -y \ ...@@ -75,6 +75,7 @@ RUN dnf install -y \
ca-certificates \ ca-certificates \
openssh-clients \ openssh-clients \
openssl \ openssl \
gnupg \
ansible \ ansible \
make \ make \
rsync \ rsync \
...@@ -87,6 +88,8 @@ RUN dnf install -y \ ...@@ -87,6 +88,8 @@ RUN dnf install -y \
vim \ vim \
bash-completion \ bash-completion \
butane \ butane \
iputils \
procps-ng \
&& dnf clean all && dnf clean all
# External tools # External tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment