diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ -FROM registry.centos.org/centos:8 +FROM quay.io/centos/centos:stream8 ENV SUMMARY="CentOS Stream 8 builder" \ DESCRIPTION="CentOS Stream 8 image for test builds and rpm package builds." @@ -11,9 +11,6 @@ USER root COPY configure-mirror /usr/local/bin RUN /usr/local/bin/configure-mirror && \ - dnf install -y --allowerasing \ - centos-stream-repos \ - && \ dnf update -y && \ dnf install -y \ 'dnf-command(builddep)' \ |