Skip to content

Commit

Permalink
build(Dockerfile): use install-plugins.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Feb 8, 2024
1 parent 3796705 commit 0e946e7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Expand Up @@ -17,11 +17,12 @@ RUN apt update && apt install -y \
liblua5.4-dev

COPY / /librime
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/rime/librime-predict predict && \
git clone https://github.com/lotem/librime-octagram octagram
WORKDIR /librime
RUN bash install-plugins.sh \
rime/librime-charcode \
hchunhui/librime-lua \
lotem/librime-octagram \
rime/librime-predict

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

0 comments on commit 0e946e7

Please sign in to comment.