diff --git a/projects/libjxl/Dockerfile b/projects/libjxl/Dockerfile index e0617f8eb..0ff32d10f 100644 --- a/projects/libjxl/Dockerfile +++ b/projects/libjxl/Dockerfile @@ -16,7 +16,7 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y cmake ninja-build pkg-config \ - libgflags-dev libjpeg-dev + libjpeg-dev RUN git clone --depth 1 https://github.com/libjxl/libjxl.git # We only need these sub-projects for the fuzzers. RUN git -C libjxl submodule update --init --recommend-shallow \