From e1d380fda5434176fae6299625310d02448ab965 Mon Sep 17 00:00:00 2001 From: Cory Latschkowski Date: Fri, 11 Oct 2024 11:50:00 -0500 Subject: [PATCH] update: sorry no tree --- container/Containerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/container/Containerfile b/container/Containerfile index 668aac7..1f6c702 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -21,9 +21,7 @@ RUN dnf repolist && \ # misc tools httpd-tools \ # developer tools - diffutils curl-minimal wget tar git git-lfs procps jq \ - # david wants tree - tree && \ + diffutils curl-minimal wget tar git git-lfs procps jq && \ dnf clean all && \ rm -rf /var/cache/yum/*