Compare commits

...

4 Commits

Author SHA1 Message Date
6d482d7989 update docker 2026-02-03 20:15:11 +09:00
76a7ab4cc9 update docker 2026-02-03 20:08:37 +09:00
0c1f6ee0b4 update docker 2026-02-03 20:03:06 +09:00
789d55d8f9 update docker 2026-02-03 19:58:22 +09:00

View File

@ -25,7 +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
RUN apt-get -y install nodejs npm python3 python3-setuptools
#RUN pip install setuptools
# Install Packages
RUN npm install