We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a4fa9 commit 3797945Copy full SHA for 3797945
Dockerfile
@@ -1,6 +1,8 @@
1
FROM fedora:latest
2
-RUN dnf -y install docker git python-docker-py python-setuptools desktop-file-utils e2fsprogs flatpak koji python-pip python-backports-lzma osbs gssproxy && dnf clean all
+RUN dnf -y install python3-setuptools flatpak python3-pip git \
3
+ gcc krb5-devel python3-devel popt-devel && dnf clean all
4
RUN mkdir /tmp/atomic-reactor
5
ADD . /tmp/atomic-reactor
-RUN cd /tmp/atomic-reactor && python setup.py install
6
+RUN pip3 install git+https://github.com/containerbuildsystem/osbs-client
7
+RUN cd /tmp/atomic-reactor && python3 setup.py install
8
CMD ["atomic-reactor", "--verbose", "inside-build"]
0 commit comments