From 9f41657646447fc7d52338dc49b60702ab1e1407 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 8 Feb 2021 18:12:27 +0100 Subject: [PATCH] Use wheels over newer sdists in pip install twine Fixes #50 Fixes #51 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f3c7d30..32199970 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED 1 RUN \ pip install --upgrade --no-cache-dir pip-with-requires-python && \ - pip install --upgrade --no-cache-dir twine + pip install --upgrade --no-cache-dir --prefer-binary twine WORKDIR /app COPY LICENSE.md .