rpm-py-installer: Download binaries
Instead of building from source. Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
parent
9218a452c3
commit
36e99825cb
3 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
FROM fedora:32
|
||||
RUN \
|
||||
dnf install -y \
|
||||
'dnf-command(download)' \
|
||||
gcc \
|
||||
git \
|
||||
glib2-devel \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue