This commit is contained in:
2025-09-02 19:27:37 +09:00
parent c49d32b26b
commit 60ef1c1ed4

View File

@@ -23,13 +23,16 @@ RUN sed -i 's/^# *ko_KR.UTF-8 UTF-8/ko_KR.UTF-8 UTF-8/' /etc/locale.gen && local
# install modules
RUN apt-get install -y dbus-x11 x11-xserver-utils xfce4 xfce4-goodies xorgxrdp xrdp tumbler \
ibus ibus-gtk3 fcitx5-hangul fcitx5-config-qt fcitx5-frontend-gtk3 fcitx5-frontend-gtk4 fcitx5-frontend-qt5 fonts-noto-cjk iputils-ping \
sudo nano vim net-tools build-essential chromium git curl wget build-essential cmake git libjson-c-dev libwebsockets-dev --fix-missing \
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 \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/tsl0922/ttyd.git
RUN cd ttyd && mkdir build && cd build
RUN cmake ..
RUN make && sudo make install
RUN cd ~
# Node.js와 npm을 NodeSource에서 설치 (더 안정적)
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \