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 .