aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/grok/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/grok/Dockerfile')
-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/