We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3796705 commit 0e946e7Copy full SHA for 0e946e7
Dockerfile
@@ -17,11 +17,12 @@ RUN apt update && apt install -y \
17
liblua5.4-dev
18
19
COPY / /librime
20
-WORKDIR /librime/plugins
21
-RUN git clone https://github.com/rime/librime-charcode charcode && \
22
- git clone https://github.com/hchunhui/librime-lua lua && \
23
- git clone https://github.com/rime/librime-predict predict && \
24
- 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 \
25
+ rime/librime-predict
26
27
WORKDIR /librime
28
RUN cmake -B build -G Ninja \
0 commit comments