aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Aaron Boxer <boxerab@gmail.com>2021-03-03 19:06:54 -0500
committerGravatar GitHub <noreply@github.com>2021-03-03 16:06:54 -0800
commit5a92458459c817ab2dd10395abea93d92b1865aa (patch)
tree2c37d6bcc69e1f1ffdfbc5caf07351bf6fcea98a
parent2cc07015ef3ca912b7286185d848fccba34d0af9 (diff)
grok: change location of test data, to make CIFuzz happy (#5292)
-rw-r--r--projects/grok/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/grok/Dockerfile b/projects/grok/Dockerfile
index c8ea8f83..9551e85a 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/