소스 검색

Do not remove yiddish module.

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

+ 0 - 1
Dockerfile

@@ -21,7 +21,6 @@ RUN pip install --no-cache-dir -r requirements.txt
 # Remove development packages.
 RUN apt remove -y build-essential git
 RUN apt autoremove -y
-RUN rm -rf ext/yiddish
 
 RUN chmod +x ./entrypoint.sh
 RUN chown -R www:www ${_workroot} .