Skip to content

Commit

Permalink
docker: temporarily apply unmerged librime-lua pr#285 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Oct 23, 2023
1 parent 5e4510a commit e4dc15e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ WORKDIR /librime/plugins
RUN git clone https://github.com/rime/librime-charcode charcode && \
git clone https://github.com/hchunhui/librime-lua lua && \
git clone https://github.com/lotem/librime-octagram octagram

WORKDIR /librime/plugins/lua
RUN apt install -y curl
RUN curl -LO https://github.com/hchunhui/librime-lua/pull/285.patch
RUN git apply 285.patch

WORKDIR /librime
RUN cmake -B build -G Ninja \
Expand Down

0 comments on commit e4dc15e

Please sign in to comment.