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 85b0fd9 commit c2f3382Copy full SHA for c2f3382
Dockerfile.qa
@@ -63,6 +63,7 @@ RUN apt-get clean
63
WORKDIR /atlassian-python-api
64
COPY requirements.txt .
65
COPY requirements-dev.txt .
66
+RUN python3 -m pip config --user set global.progress_bar off
67
RUN python3 -m pip install --no-cache-dir --upgrade setuptools
68
RUN python3 -m pip install --no-cache-dir --upgrade pip
69
RUN python3 -m pip install --no-cache-dir --upgrade wheel
0 commit comments