Skip to content

Commit

Permalink
upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas committed Jul 27, 2024
1 parent d976842 commit a148cfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python${PYTHON_VERSION} \
python${PYTHON_VERSION}-venv \
python3-pip && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* && \
pip3 install --upgrade pip

COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
Expand Down

0 comments on commit a148cfb

Please sign in to comment.