From 8ff6d3901bae178264631eda295579ac64ac492f Mon Sep 17 00:00:00 2001 From: Moritz Firsching Date: Tue, 5 Mar 2024 12:39:25 +0100 Subject: [PATCH] remove unused gflags dependency for libjxl (#11666) revert #7063, since it is no longer needed, see https://github.com/libjxl/libjxl/pull/1588. --- projects/libjxl/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \