diff --git a/Dockerfile b/Dockerfile index 5f3c7d3..3219997 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 .