clone submodule
This commit is contained in:
parent
aa1a153186
commit
f708354721
1 changed files with 1 additions and 0 deletions
|
@ -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 .
|
||||||
|
|
Reference in a new issue