Skip to content

Commit c2f3382

Browse files
committed
Remove global progress bar due of QA activity
1 parent 85b0fd9 commit c2f3382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.qa

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ RUN apt-get clean
6363
WORKDIR /atlassian-python-api
6464
COPY requirements.txt .
6565
COPY requirements-dev.txt .
66+
RUN python3 -m pip config --user set global.progress_bar off
6667
RUN python3 -m pip install --no-cache-dir --upgrade setuptools
6768
RUN python3 -m pip install --no-cache-dir --upgrade pip
6869
RUN python3 -m pip install --no-cache-dir --upgrade wheel

0 commit comments

Comments
 (0)