From 908228c9927278751b0c173c4b829549df8c12ac Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Fri, 17 Jun 2016 16:52:42 +0000 Subject: [PATCH] that would be python-docker-squash and not docker-squash Signed-off-by: Adam Miller --- files/osbs/buildroot-Dockerfile-production | 2 +- files/osbs/buildroot-Dockerfile-staging | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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