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