aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8277ff2..54b5f50 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,9 @@ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \
USER root
-RUN dnf update -y && \
+COPY configure-mirror /usr/local/bin
+RUN /usr/local/bin/configure-mirror && \
+ dnf update -y && \
dnf install -y \
'dnf-command(builddep)' \
'dnf-command(config-manager)' \