Browse Source

Update 'nodejs/.ide/Dockerfile-Allinone'

天问 1 year ago
parent
commit
670914de35
1 changed files with 1 additions and 0 deletions
  1. 1 0
      nodejs/.ide/Dockerfile-Allinone

+ 1 - 0
nodejs/.ide/Dockerfile-Allinone

@@ -42,6 +42,7 @@ RUN export GOPROXY="https://goproxy.io,direct"
 RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
 RUN apt-get install -y nodejs
 RUN npm config set registry http://registry.npm.taobao.org --global
+RUN npm install yarn pnpm
 
 LABEL email="liuyuqi<liuyuqi.gov@msn.cn>"
 WORKDIR /workspaces