From 88de7983f3695b3ea21739ad71d5c60da7be3b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=85=E6=88=8E=E6=B0=8F?= Date: Mon, 5 Feb 2024 18:42:28 +0800 Subject: [PATCH] disable lua plugin it's broken after the change --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2cac26328..52c5b148c8 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