From 36e0f903a052602581e686fefc4ff9ef236f36f6 Mon Sep 17 00:00:00 2001 From: Ash Liu Date: Fri, 26 Jan 2024 09:13:43 +0800 Subject: [PATCH] update npm mirrors (#6253) --- build/dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dockerfiles/Dockerfile b/build/dockerfiles/Dockerfile index 30cb4d29a24..9e39b287d7c 100644 --- a/build/dockerfiles/Dockerfile +++ b/build/dockerfiles/Dockerfile @@ -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 jackson-converter@1.0.10 --registry=https://registry.npm.taobao.org && \ + npm i -g jackson-converter@1.0.10 --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