restore utils

This commit is contained in:
Josh Lay 2023-12-16 18:50:59 -06:00
parent 9d69f4f9ea
commit 18d39e0c3c
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -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} \