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 bf4b4b9 commit 3639db7Copy full SHA for 3639db7
Dockerfile.qa
@@ -57,6 +57,7 @@ RUN apt-get clean
57
WORKDIR /atlassian-python-api
58
COPY requirements.txt .
59
COPY requirements-dev.txt .
60
+RUN python3 -m pip config --user set global.progress_bar off
61
RUN python3 -m pip install --no-cache-dir --upgrade setuptools
62
RUN python3 -m pip install --no-cache-dir --upgrade pip
63
RUN python3 -m pip install --no-cache-dir --upgrade wheel
0 commit comments