Skip to content

Commit

Permalink
lets see if the progress bar is causing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
bandophahita committed Jun 12, 2024
1 parent bf4b4b9 commit 3639db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.qa
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3639db7

Please sign in to comment.