diff --git a/Dockerfile.qa b/Dockerfile.qa index 310c015dd..bd814dbe6 100644 --- a/Dockerfile.qa +++ b/Dockerfile.qa @@ -57,6 +57,7 @@ RUN apt-get clean WORKDIR /atlassian-python-api COPY requirements.txt . COPY requirements-dev.txt . +RUN python3 -m pip config --user set global.progress_bar off RUN python3 -m pip install --no-cache-dir --upgrade setuptools RUN python3 -m pip install --no-cache-dir --upgrade pip RUN python3 -m pip install --no-cache-dir --upgrade wheel