update docker

This commit is contained in:
Sakurai Ryota 2026-02-03 19:58:22 +09:00
parent 36a885d3e1
commit 789d55d8f9

View File

@ -26,6 +26,7 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesourc
RUN apt-get update
RUN apt-get -y install nodejs npm
RUN pip install setuptools
# Install Packages
RUN npm install