From a07366bae3924e257279984a62337a726bf2f141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Mon, 26 Feb 2018 18:26:11 +0100 Subject: [PATCH] Fix Twisted wheel URL --- docker/Dockerfile.f26 | 2 +- docker/Dockerfile.f27 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.f26 b/docker/Dockerfile.f26 index 2e4fcad..db93f0e 100644 --- a/docker/Dockerfile.f26 +++ b/docker/Dockerfile.f26 @@ -5,7 +5,7 @@ MAINTAINER Daniele ViganĂ² 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 && \ diff --git a/docker/Dockerfile.f27 b/docker/Dockerfile.f27 index 1408092..a6ae1c9 100644 --- a/docker/Dockerfile.f27 +++ b/docker/Dockerfile.f27 @@ -5,7 +5,7 @@ MAINTAINER Daniele ViganĂ² 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 && \