Skip to content

Commit

Permalink
update npm mirrors (#6253) (#6269)
Browse files Browse the repository at this point in the history
Co-authored-by: Ash Liu <[email protected]>
  • Loading branch information
erda-bot and iutx authored Feb 4, 2024
1 parent 62e17c6 commit 7e54109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN curl -o /usr/bin/orgalorg https://erda-project.oss-cn-hangzhou.aliyuncs.com/
chmod 755 /usr/bin/orgalorg

RUN \
npm i -g [email protected] --registry=https://registry.npm.taobao.org && \
npm i -g [email protected] --registry=https://registry.npmmirror.com && \
pip3 install dicttoxml xmindparser -i https://pypi.tuna.tsinghua.edu.cn/simple --break-system-packages

COPY --from=app-handler /erda-handled /erda
Expand Down

0 comments on commit 7e54109

Please sign in to comment.