소스 검색

Manually add yiddish submodules.

scossu 1 년 전
부모
커밋
ade9da5891
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Dockerfile

+ 4 - 0
Dockerfile

@@ -13,6 +13,10 @@ RUN gpasswd -a www www
 WORKDIR ${_workroot}
 COPY entrypoint.sh uwsgi.ini wsgi.py ./
 COPY ext ./ext/
+# Github actions checkout won't sync these submodules recursively.
+RUN apt install -y git
+RUN git submodule add https://github.com/ibleaman/loshn-koydesh-pronunciation.git ext/yiddish/yiddish/submodules/loshn-koydesh-pronunciation
+RUN git submodule add  https://github.com/ibleaman/hasidify_lexicon.git yiddish/submodules/hasidify_lexicon
 COPY scriptshifter ./scriptshifter/
 
 COPY requirements.txt ./