We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab876a commit 09ffaaeCopy full SHA for 09ffaae
Dockerfile
@@ -73,7 +73,7 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg -
73
RUN chmod 644 /usr/share/keyrings/nodesource.gpg
74
RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_23.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
75
RUN apt-get update -y
76
-RUN apt-get install nodejs npm -y
+RUN apt-get install nodejs -y
77
78
# 安装WEB
79
RUN cd ktransformers/website && npm install @vue/cli && npm run build && cd ../../ && pip install .
0 commit comments