Skip to content

Commit

Permalink
chatbot: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryJi529 committed Jan 25, 2024
1 parent 6cf5d2c commit 57103fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/chatbot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY ./_mirror_cn/ustc-sources.list /etc/apt/sources.list

# 安装环境
RUN apt-get update
RUN apt-get install -y iputils-ping net-tools vim rsync curl git
RUN apt-get install -y net-tools vim rsync curl git
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get install -y nodejs

Expand Down

0 comments on commit 57103fd

Please sign in to comment.