diff --git a/files/osbs/buildroot-Dockerfile-production b/files/osbs/buildroot-Dockerfile-production index c42137a9ba..51c1a75bec 100644 --- a/files/osbs/buildroot-Dockerfile-production +++ b/files/osbs/buildroot-Dockerfile-production @@ -1,5 +1,5 @@ FROM fedora:latest -RUN dnf -y install docker git python-docker-py python-setuptools e2fsprogs koji python-backports-lzma osbs-client gssproxy fedpkg docker-squash +RUN 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/ RUN cd /tmp/atomic-reactor-*/ && python setup.py install ADD ./ca.crt /etc/pki/ca-trust/source/anchors/osbs.ca.crt diff --git a/files/osbs/buildroot-Dockerfile-staging b/files/osbs/buildroot-Dockerfile-staging index b522f61173..f40ef53587 100644 --- a/files/osbs/buildroot-Dockerfile-staging +++ b/files/osbs/buildroot-Dockerfile-staging @@ -1,5 +1,5 @@ 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 docker-squash +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 ADD ./atomic-reactor.tar.gz /tmp/ RUN cd /tmp/atomic-reactor-*/ && python setup.py install ADD ./ca.crt /etc/pki/ca-trust/source/anchors/osbs.ca.crt