From f70835472148f81465ca0afd4373b94f9ba76e1d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 15 Aug 2021 13:04:38 +0200 Subject: [PATCH] clone submodule --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 42882e8..c1ce05f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ COPY requirements.txt . RUN apt update && \ apt install git -y && \ pip install -r requirements.txt && \ + git submodule update --force --recursive --init --remote && \ apt purge git -y COPY README.md .