diff options
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ FROM registry.centos.org/centos:8 -ENV SUMMARY="CentOS 8 builder" \ - DESCRIPTION="CentOS 8 image for test builds and rpm package builds." +ENV SUMMARY="CentOS Stream 8 builder" \ + DESCRIPTION="CentOS Stream 8 image for test builds and rpm package builds." LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \ summary="${SUMMARY}" \ @@ -11,7 +11,7 @@ USER root COPY configure-mirror /usr/local/bin RUN /usr/local/bin/configure-mirror && \ - dnf install -y centos-release-stream && \ + dnf install -y --allowerasing centos-release-stream && \ dnf update -y && \ dnf install -y \ 'dnf-command(builddep)' \ |