diff --git a/files/osbs/buildroot-Dockerfile-production.j2 b/files/osbs/buildroot-Dockerfile-production.j2 index 135e4a5581..54208240b0 100644 --- a/files/osbs/buildroot-Dockerfile-production.j2 +++ b/files/osbs/buildroot-Dockerfile-production.j2 @@ -1,8 +1,7 @@ FROM registry.fedoraproject.org/fedora -ADD ./infra-tags.repo /etc/yum.repos.d/infra-tags.repo RUN dnf -y install --refresh dnf-plugins-core && dnf -y install docker git python3-setuptools e2fsprogs koji osbs-client\ python3-osbs-client gssproxy fedpkg python3-docker-squash atomic-reactor python3-atomic-reactor* go-md2man python3-productmd\ - libmodulemd python3-gobject python3-modulemd python3-pdc-client ostree flatpak skopeo && dnf clean all + python3-gobject python3-modulemd python3-pdc-client ostree flatpak skopeo && dnf clean all ADD ./orchestrator_customize.json /usr/share/osbs/orchestrator_customize.json ADD ./worker_customize.json /usr/share/osbs/worker_customize.json ADD ./krb5.conf /etc diff --git a/files/osbs/buildroot-Dockerfile-staging.j2 b/files/osbs/buildroot-Dockerfile-staging.j2 index 135e4a5581..54208240b0 100644 --- a/files/osbs/buildroot-Dockerfile-staging.j2 +++ b/files/osbs/buildroot-Dockerfile-staging.j2 @@ -1,8 +1,7 @@ FROM registry.fedoraproject.org/fedora -ADD ./infra-tags.repo /etc/yum.repos.d/infra-tags.repo RUN dnf -y install --refresh dnf-plugins-core && dnf -y install docker git python3-setuptools e2fsprogs koji osbs-client\ python3-osbs-client gssproxy fedpkg python3-docker-squash atomic-reactor python3-atomic-reactor* go-md2man python3-productmd\ - libmodulemd python3-gobject python3-modulemd python3-pdc-client ostree flatpak skopeo && dnf clean all + python3-gobject python3-modulemd python3-pdc-client ostree flatpak skopeo && dnf clean all ADD ./orchestrator_customize.json /usr/share/osbs/orchestrator_customize.json ADD ./worker_customize.json /usr/share/osbs/worker_customize.json ADD ./krb5.conf /etc