diff --git a/Dockerfile b/Dockerfile index 015154d..95ae436 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM node:18-alpine WORKDIR /app -RUN apk add --no-cache python3 make g++ \ +RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \ + && apk add --no-cache python3 make g++ \ && npm install COPY . .