From 6d482d7989c1e7298e851f016ba8804fafcfb961 Mon Sep 17 00:00:00 2001 From: Sakurai Ryouta Date: Tue, 3 Feb 2026 20:15:11 +0900 Subject: [PATCH] update docker --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4ee63a9e..fa0c496b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,8 +25,8 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg - RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list RUN apt-get update -RUN apt-get -y install nodejs npm python3 python3-pip -RUN pip install setuptools +RUN apt-get -y install nodejs npm python3 python3-setuptools +#RUN pip install setuptools # Install Packages RUN npm install