Skip to content

Commit 3797945

Browse files
committed
update the image build to use pip and latest python3
CLOUDBLD-7559 Signed-off-by: Harsh Modi <[email protected]>
1 parent 75a4fa9 commit 3797945

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
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
2+
RUN dnf -y install python3-setuptools flatpak python3-pip git \
3+
gcc krb5-devel python3-devel popt-devel && dnf clean all
34
RUN mkdir /tmp/atomic-reactor
45
ADD . /tmp/atomic-reactor
5-
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
68
CMD ["atomic-reactor", "--verbose", "inside-build"]

0 commit comments

Comments
 (0)