diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-16 14:57:29 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-16 14:57:29 +0100 |
commit | 3319fce361f3a5f3729d8e34434388f7717d0f83 (patch) | |
tree | dbadb54e7607ab2781c3412af8a41637d7cb109a | |
parent | 860c6558b3026bd0a161274423e34e2a84f0e279 (diff) | |
download | rpm-package-builder-3319fce361f3a5f3729d8e34434388f7717d0f83.tar.gz |
enable stream repos
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ USER root COPY configure-mirror /usr/local/bin RUN /usr/local/bin/configure-mirror && \ + dnf install -y centos-release-stream && \ + dnf repolist --all && \ dnf update -y && \ dnf install -y \ 'dnf-command(builddep)' \ |