This commit is contained in:
2025-09-02 19:56:32 +09:00
parent cd8c589af2
commit 3f8f08f3f5

View File

@@ -27,10 +27,9 @@ RUN apt-get install -y dbus-x11 x11-xserver-utils xfce4 xfce4-goodies xorgxrdp x
RUN apt-get install -y 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-hangul fcitx5-config-qt --fix-missing \ RUN apt-get clean && rm -rf /var/lib/apt/lists/*
&& apt-get clean && rm -rf /var/lib/apt/lists/*
RUN mkdir -p ~/.config/autostart # 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에서 설치 (더 안정적) # Node.js와 npm을 NodeSource에서 설치 (더 안정적)