remove copr from buildroot Dockerfile for stage, no longer needed, everything is in Fedora proper now
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
82ab248018
commit
046da014c1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM fedora:latest
|
FROM fedora:latest
|
||||||
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
|
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
|
||||||
ADD ./atomic-reactor.tar.gz /tmp/
|
ADD ./atomic-reactor.tar.gz /tmp/
|
||||||
RUN cd /tmp/atomic-reactor-*/ && python setup.py install
|
RUN cd /tmp/atomic-reactor-*/ && python setup.py install
|
||||||
ADD ./ca.crt /etc/pki/ca-trust/source/anchors/osbs.ca.crt
|
ADD ./ca.crt /etc/pki/ca-trust/source/anchors/osbs.ca.crt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue