From e41dd0e6420cdd62af3a17d17f21697c79c663f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Tue, 26 May 2020 06:53:19 +0200 Subject: [PATCH] [qt] Get a shallow clone of qtbase (#3872) Reduces the size by nearly 200 MB --- projects/qt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/qt/Dockerfile b/projects/qt/Dockerfile index ec7261a5d..200916a3e 100644 --- a/projects/qt/Dockerfile +++ b/projects/qt/Dockerfile @@ -20,7 +20,7 @@ RUN dpkg --add-architecture i386 RUN apt-get update && apt-get install -y build-essential libc6-dev:i386 RUN git clone --branch 5.15 --depth 1 git://code.qt.io/qt/qt5.git qt WORKDIR qt -RUN perl init-repository --module-subset=qtbase +RUN git submodule update --init --depth 1 qtbase WORKDIR $SRC RUN git clone --depth 1 git://code.qt.io/qt/qtqa.git RUN git clone --depth 1 https://github.com/google/AFL.git