Skip to content

Commit 3639db7

Browse files
committed
lets see if the progress bar is causing problems
1 parent bf4b4b9 commit 3639db7

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
@@ -57,6 +57,7 @@ RUN apt-get clean
5757
WORKDIR /atlassian-python-api
5858
COPY requirements.txt .
5959
COPY requirements-dev.txt .
60+
RUN python3 -m pip config --user set global.progress_bar off
6061
RUN python3 -m pip install --no-cache-dir --upgrade setuptools
6162
RUN python3 -m pip install --no-cache-dir --upgrade pip
6263
RUN python3 -m pip install --no-cache-dir --upgrade wheel

0 commit comments

Comments
 (0)