From 5d704c186753e181169e928fd54071f8afb0a67f Mon Sep 17 00:00:00 2001 From: chiDT Date: Tue, 2 Sep 2025 20:17:18 +0900 Subject: [PATCH] .. --- Dockerfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 20396df..8f6615d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,9 +26,9 @@ RUN apt-get install -y dbus-x11 x11-xserver-utils xfce4 xfce4-goodies xorgxrdp x sudo nano vim net-tools build-essential chromium git curl wget build-essential cmake git libjson-c-dev libwebsockets-dev --fix-missing RUN apt-get install -y build-essential cmake git libjson-c-dev libwebsockets-dev --fix-missing -RUN apt-get install -y fcitx5 --fix-missing -RUN apt-get clean && rm -rf /var/lib/apt/lists/* + + # RUN mkdir -p ~/.config/autostart # RUN cp /usr/share/applications/org.fcitx.Fcitx5.desktop ~/.config/autostart/ @@ -58,6 +58,10 @@ ENV DOTNET_ROOT="/usr/share/dotnet" RUN npm install -g @anthropic-ai/claude-code ENV PATH="/usr/local/bin:${PATH}" +# additional package +RUN apt-get install -y fcitx5 --fix-missing +RUN apt-get clean && rm -rf /var/lib/apt/lists/* + # git information RUN git config --global user.email "user@mail.com" RUN git config --global user.name "docker-debian"