aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
1 files 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 <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)' \
&& \