From cd8c589af2141b9b588436f154ceb9b6986d4dfb Mon Sep 17 00:00:00 2001 From: chiDT Date: Tue, 2 Sep 2025 19:51:11 +0900 Subject: [PATCH] .. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aab3449..1e0e298 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get install -y fcitx5-hangul fcitx5-config-qt --fix-missing \ && 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/ +# RUN cp /usr/share/applications/org.fcitx.Fcitx5.desktop ~/.config/autostart/ # Node.js와 npm을 NodeSource에서 설치 (더 안정적) RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \