From f04b90e51381607bb097b56e5384861d6026cc57 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 6 Aug 2020 10:17:14 +0200 Subject: all dnf commands in one run step --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d59913b..25f32f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ LABEL maintainer="Gerd Hoffmann " \ USER root -RUN dnf update -y -RUN dnf install -y \ +RUN dnf update -y && \ + dnf install -y \ 'dnf-command(builddep)' \ 'dnf-command(config-manager)' \ && \ -- cgit