Skip to content

Commit

Permalink
ci(Dockerfile): enable plugin librime-lua
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Feb 8, 2024
1 parent 36eb14c commit 3796705
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ RUN apt update && apt install -y \
COPY / /librime
WORKDIR /librime/plugins
RUN git clone https://github.com/rime/librime-charcode charcode && \
# fix it
# git clone https://github.com/hchunhui/librime-lua lua && \
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

Expand Down

0 comments on commit 3796705

Please sign in to comment.