Skip to content

Commit 09ffaae

Browse files
authored
Update Dockerfile
1 parent dab876a commit 09ffaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg -
7373
RUN chmod 644 /usr/share/keyrings/nodesource.gpg
7474
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
7575
RUN apt-get update -y
76-
RUN apt-get install nodejs npm -y
76+
RUN apt-get install nodejs -y
7777

7878
# 安装WEB
7979
RUN cd ktransformers/website && npm install @vue/cli && npm run build && cd ../../ && pip install .

0 commit comments

Comments
 (0)