restore utils
This commit is contained in:
parent
9d69f4f9ea
commit
18d39e0c3c
1 changed files with 3 additions and 0 deletions
|
@ -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 up ; \
|
||||||
dnf --setopt=logdir=/tmp/dnf-prep-logs --setopt=cachedir=/tmp/dnf-prep-cache -qy install \
|
dnf --setopt=logdir=/tmp/dnf-prep-logs --setopt=cachedir=/tmp/dnf-prep-cache -qy install \
|
||||||
util-linux \
|
util-linux \
|
||||||
|
wget \
|
||||||
|
less \
|
||||||
|
findutils \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
libgcc.{x86_64,i686} \
|
libgcc.{x86_64,i686} \
|
||||||
libstdc++.{x86_64,i686} \
|
libstdc++.{x86_64,i686} \
|
||||||
|
|
Loading…
Reference in a new issue