We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60831d5 commit 870e5e1Copy full SHA for 870e5e1
projects/harfbuzz/Dockerfile
@@ -16,6 +16,7 @@
16
17
FROM gcr.io/oss-fuzz-base/base-builder
18
RUN apt-get update && apt-get install -y python3-pip ragel pkg-config zlib1g-dev:i386 && \
19
+ pip3 install --upgrade pip && \
20
pip3 install meson==1.2.0 ninja
21
RUN git clone --depth 1 https://github.com/harfbuzz/harfbuzz.git
22
WORKDIR harfbuzz
0 commit comments