diff --git a/Dockerfile b/Dockerfile index e2cac2632..52c5b148c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,8 @@ RUN apt update && apt install -y \ COPY / /librime WORKDIR /librime/plugins RUN git clone https://github.com/rime/librime-charcode charcode && \ - git clone https://github.com/hchunhui/librime-lua lua && \ + # fix it + # git clone https://github.com/hchunhui/librime-lua lua && \ git clone https://github.com/rime/librime-predict predict && \ git clone https://github.com/lotem/librime-octagram octagram