that would be python-docker-squash and not docker-squash
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
84a102ae91
commit
908228c992
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue