Skip to content

Commit

Permalink
Set pip==20.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed Mar 9, 2024
1 parent a1e206f commit 6127408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ COPY --from=hcxtools-builder /usr/bin/hcx* /usr/bin/

# Copy and install Python dependencies

RUN python3 -m pip install --no-cache-dir -U pip
RUN python3 -m pip install --no-cache-dir --upgrade pip==20.0.2

COPY requirements.txt requirements.txt
RUN pip3 install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 6127408

Please sign in to comment.