clone submodule

This commit is contained in:
Mylloon 2021-08-15 13:04:38 +02:00
parent aa1a153186
commit f708354721

View file

@ -6,6 +6,7 @@ COPY requirements.txt .
RUN apt update && \ RUN apt update && \
apt install git -y && \ apt install git -y && \
pip install -r requirements.txt && \ pip install -r requirements.txt && \
git submodule update --force --recursive --init --remote && \
apt purge git -y apt purge git -y
COPY README.md . COPY README.md .