From 799532f7d686da7f82ee4103b09075a3ef62215e Mon Sep 17 00:00:00 2001 From: tindevil Date: Mon, 1 Sep 2025 02:47:39 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b47359..da5ca32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,9 +23,12 @@ 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 chromium git curl --fix-missing \ + sudo nano vim net-tools build-essential chromium git curl --fix-missing \ && apt-get clean && rm -rf /var/lib/apt/lists/* + + + # Node.js와 npm을 NodeSource에서 설치 (더 안정적) RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ apt-get install -y nodejs