Skip to content

Commit 870e5e1

Browse files
committed
[harfbuzz] Upgrade pip
1 parent 60831d5 commit 870e5e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/harfbuzz/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
FROM gcr.io/oss-fuzz-base/base-builder
1818
RUN apt-get update && apt-get install -y python3-pip ragel pkg-config zlib1g-dev:i386 && \
19+
pip3 install --upgrade pip && \
1920
pip3 install meson==1.2.0 ninja
2021
RUN git clone --depth 1 https://github.com/harfbuzz/harfbuzz.git
2122
WORKDIR harfbuzz

0 commit comments

Comments
 (0)