Skip to content

Commit

Permalink
[pillow] Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 27, 2023
1 parent 89d1d3c commit 0b7f79c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/pillow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ RUN ln -s /usr/local/bin/python3 /usr/local/bin/python \
# install extra test images for a better starting corpus
RUN cd Pillow/depends && ./install_extra_test_images.sh

RUN python3 -m pip install --upgrade pip

COPY build.sh $SRC/

# pillow optional runtime dependencies
Expand Down

0 comments on commit 0b7f79c

Please sign in to comment.