aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libjxl
diff options
context:
space:
mode:
authorGravatar Moritz Firsching <firsching@google.com>2021-12-28 00:28:32 +0100
committerGravatar GitHub <noreply@github.com>2021-12-27 23:28:32 +0000
commit122dd0dd56302bc3f3e0fbfc00470cb46ffc5ae4 (patch)
treed94f879f2aa8d75c0cfd6a2e6510285a968df787 /projects/libjxl
parentd964c81ee447c6b1eeea5febb504ae55d991de19 (diff)
libjxl: add gflags dependency (#7063)
Diffstat (limited to 'projects/libjxl')
-rw-r--r--projects/libjxl/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/libjxl/Dockerfile b/projects/libjxl/Dockerfile
index ecf91c01..24d6c248 100644
--- a/projects/libjxl/Dockerfile
+++ b/projects/libjxl/Dockerfile
@@ -15,7 +15,8 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-RUN apt-get update && apt-get install -y cmake ninja-build pkg-config
+RUN apt-get update && apt-get install -y cmake ninja-build pkg-config \
+ libgflags-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 \