From 5a92458459c817ab2dd10395abea93d92b1865aa Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Wed, 3 Mar 2021 19:06:54 -0500 Subject: [PATCH] grok: change location of test data, to make CIFuzz happy (#5292) --- projects/grok/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/grok/Dockerfile b/projects/grok/Dockerfile index c8ea8f838..9551e85a3 100644 --- a/projects/grok/Dockerfile +++ b/projects/grok/Dockerfile @@ -15,9 +15,8 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -RUN apt-get update && apt-get install -y wget RUN git clone --depth 1 https://github.com/GrokImageCompression/grok.git grok -RUN git clone --depth 1 https://github.com/GrokImageCompression/grok-test-data.git grok/data +RUN git clone --depth 1 https://github.com/GrokImageCompression/grok-test-data.git grok-data WORKDIR grok COPY build.sh $SRC/