rpm-py-installer: Download binaries

Instead of building from source.

Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
Zack Cerza 2020-07-23 12:04:59 -06:00 committed by Tomas Kopecek
parent 9218a452c3
commit 36e99825cb
3 changed files with 9 additions and 1 deletions

View file

@ -19,6 +19,7 @@ RUN \
python-pip \
python-psycopg2 \
python-qpid-proton \
python-requests-kerberos && \
python-requests-kerberos \
yumdownloader && \
pip install -U 'pip==9.0.1' && \
pip install -U tox

View file

@ -1,6 +1,7 @@
FROM fedora:32
RUN \
dnf install -y \
'dnf-command(download)' \
gcc \
git \
glib2-devel \