From 2264f7915fde664a5557c13b5fa8ba26477d5fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Sun, 5 Jul 2020 17:30:57 +0200 Subject: [PATCH] [qt] Don't clone AFL (#4067) Now that stable caught up with master, we can use the clone from base-builder image. --- projects/qt/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/qt/Dockerfile b/projects/qt/Dockerfile index 0629b2a53..32020ceff 100644 --- a/projects/qt/Dockerfile +++ b/projects/qt/Dockerfile @@ -24,4 +24,3 @@ RUN git submodule update --init --depth 1 qtsvg WORKDIR $SRC RUN git clone --depth 1 git://code.qt.io/qt/qtqa.git RUN cp qtqa/fuzzing/oss-fuzz/build.sh $SRC/ -RUN git clone --depth 1 https://github.com/google/AFL.git