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
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment