From 18d39e0c3ca36cf1931ecb3508ca009183d8022a Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 16 Dec 2023 18:50:59 -0600 Subject: [PATCH] restore utils --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9c06293..99015d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,9 @@ RUN set -x ; \ dnf --setopt=logdir=/tmp/dnf-prep-logs --setopt=cachedir=/tmp/dnf-prep-cache -qy up ; \ dnf --setopt=logdir=/tmp/dnf-prep-logs --setopt=cachedir=/tmp/dnf-prep-cache -qy install \ util-linux \ + wget \ + less \ + findutils \ ca-certificates \ libgcc.{x86_64,i686} \ libstdc++.{x86_64,i686} \