need a -y for the dnf command in Dockerfile for build

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-04-18 21:50:56 +00:00
parent 8cf18959e4
commit 821515994f

View file

@ -1,5 +1,5 @@
FROM fedora:latest
RUN dnf -y install dnf-plugins-core && dnf copr enable maxamillion/atomic-reactor && dnf makecache --refresh && dnf -y install docker git python-docker-py python-setuptools e2fsprogs koji python-backports-lzma osbs-client gssproxy fedpkg
RUN dnf -y install dnf-plugins-core && dnf -y copr enable maxamillion/atomic-reactor && dnf makecache --refresh && dnf -y install docker git python-docker-py python-setuptools e2fsprogs koji python-backports-lzma osbs-client gssproxy fedpkg
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