mirror of
https://github.com/daniviga/qgis3-cd-copr.git
synced 2024-11-22 01:36:13 +01:00
Fix Twisted wheel URL
This commit is contained in:
parent
fa1e158a2f
commit
a07366bae3
|
@ -5,7 +5,7 @@ MAINTAINER Daniele Viganò <daniele@vigano.me>
|
|||
RUN dnf install -y sudo tar bzip2 git python3-pip mock copr-cli && \
|
||||
dnf clean all
|
||||
# Use a Twisted binary wheel to avoid too many dependencies
|
||||
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-17.9.0-cp36-cp36m-linux_x86_64.whl \
|
||||
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-17.9.0-cp36-cp36m-manylinux1_x86_64.whl \
|
||||
buildbot-worker
|
||||
|
||||
RUN useradd -u 1000 builder && \
|
||||
|
|
|
@ -5,7 +5,7 @@ MAINTAINER Daniele Viganò <daniele@vigano.me>
|
|||
RUN dnf install -y sudo tar bzip2 git python3-pip mock copr-cli && \
|
||||
dnf clean all
|
||||
# Use a Twisted binary wheel to avoid too many dependencies
|
||||
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-17.9.0-cp36-cp36m-linux_x86_64.whl \
|
||||
RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-17.9.0-cp36-cp36m-manylinux1_x86_64.whl \
|
||||
buildbot-worker
|
||||
|
||||
RUN useradd -u 1000 builder && \
|
||||
|
|
Loading…
Reference in New Issue
Block a user