1
0
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:
Daniele Viganò 2018-02-26 18:26:11 +01:00
parent fa1e158a2f
commit a07366bae3
2 changed files with 2 additions and 2 deletions

View File

@ -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 && \

View File

@ -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 && \