From 27fde66b909ad8048e08cc285ebf298701895111 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 29 Oct 2022 22:36:58 +0200 Subject: [PATCH] chore(koolbox): Thin out some packages --- images/koolbox/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index 540502944..77b085221 100644 --- a/images/koolbox/Dockerfile +++ b/images/koolbox/Dockerfile @@ -141,20 +141,15 @@ RUN dnf install -y \ openssh-clients \ openssl \ gnupg \ - ansible \ make \ rsync \ curl \ git \ jq \ httpd-tools \ - python3 \ - libvirt-client \ vim \ bash-completion \ - butane \ iputils \ - procps-ng \ findutils \ && dnf clean all -- GitLab