summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2019-02-26 12:31:24 +0200
committerPanu Matilainen <pmatilai@redhat.com>2019-02-26 12:31:24 +0200
commit13750cfa1d2d68dcc4de54df44dac72a61c7fd24 (patch)
tree3f1239219344f26d2575059e28d00bd2ad77c028 /ci
parent24aa08179114b633ecceb1ea4156798e873d7da3 (diff)
downloadrpm-13750cfa1d2d68dcc4de54df44dac72a61c7fd24.tar.gz
Disable modularity repos in our CI
We have no need for modularity so it's only excess weight to download and more s*** that will occasionally break, taking our CI down with it for absolutely no good reason.
Diffstat (limited to 'ci')
-rw-r--r--ci/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile
index 0d56bba5a..15ac99600 100644
--- a/ci/Dockerfile
+++ b/ci/Dockerfile
@@ -5,6 +5,7 @@ WORKDIR /opt/rpm
COPY . .
RUN echo -e "deltarpm=0\ninstall_weak_deps=0\ntsflags=nodocs" >> /etc/dnf/dnf.conf
+RUN rm -f /etc/yum.repos.d/*modular.repo
RUN dnf -y update
RUN dnf -y install \
autoconf \