From ef188054704f013ebb232af26ea916cfdad5020b Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 23 Nov 2016 21:36:56 +0000 Subject: [PATCH] enable maxamillion's atomic-reactor copr for STG osbs buildroot for testing Signed-off-by: Adam Miller --- files/osbs/buildroot-Dockerfile-staging.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/osbs/buildroot-Dockerfile-staging.j2 b/files/osbs/buildroot-Dockerfile-staging.j2 index 27cad57203..231f81114d 100644 --- a/files/osbs/buildroot-Dockerfile-staging.j2 +++ b/files/osbs/buildroot-Dockerfile-staging.j2 @@ -1,5 +1,6 @@ FROM fedora:latest -RUN dnf -y install dnf-plugins-core && dnf -y install docker git python-docker-py python-setuptools e2fsprogs koji python-backports-lzma osbs-client gssproxy fedpkg python-docker-squash +RUN curl -o /etc/yum.repos.d/maxamillion-atomic-reactor-copr.repo https://copr.fedorainfracloud.org/coprs/maxamillion/atomic-reactor/repo/fedora-24/maxamillion-atomic-reactor-fedora-24.repo +RUN dnf -y install --refresh dnf-plugins-core && dnf -y install docker git python-docker-py python-setuptools e2fsprogs koji python-backports-lzma osbs-client gssproxy fedpkg python-docker-squash ADD ./atomic-reactor.tar.gz /tmp/ ADD ./krb5.osbs_{{osbs_url}}.keytab /etc/ RUN cd /tmp/atomic-reactor-*/ && python setup.py install