We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f9cf8 commit 9f41657Copy full SHA for 9f41657
Dockerfile
@@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED 1
9
10
RUN \
11
pip install --upgrade --no-cache-dir pip-with-requires-python && \
12
- pip install --upgrade --no-cache-dir twine
+ pip install --upgrade --no-cache-dir --prefer-binary twine
13
14
WORKDIR /app
15
COPY LICENSE.md .
0 commit comments