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

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