From efaf7bc76c48e200e516bc60d8858eb3c1805b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 27 May 2020 18:45:59 +0200 Subject: [PATCH] the-new-hotness: Sync Dockerfile with vagrant env MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../the-new-hotness/templates/buildconfig.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index 3801611194..1acef58042 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -1,6 +1,3 @@ -# Removed from the dockerfile, need to move them back later -# fedora-messaging \ -# python3-fedora-messaging \ apiVersion: v1 items: - apiVersion: v1 @@ -21,19 +18,17 @@ items: ENV HOME=/tmp RUN dnf install -y \ git \ - koji \ - rpmdevtools \ fedpkg \ - python3-pycurl \ + rpmdevtools \ + fedora-messaging \ python3-bugzilla \ python3-dogpile-cache \ - python3-requests \ python3-fedora \ python3-fedmsg \ - python3-beautifulsoup4 \ - python3-psutil \ - python3-pip \ - python3-setuptools && \ + python3-koji \ + python3-pycurl \ + python3-requests \ + python3-six && \ dnf autoremove -y && \ dnf clean all -y RUN git clone https://github.com/fedora-infra/the-new-hotness.git && \