diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \ USER root -RUN dnf update -y -RUN dnf install -y \ +RUN dnf update -y && \ + dnf install -y \ 'dnf-command(builddep)' \ 'dnf-command(config-manager)' \ && \ |