diff --git a/hexo-base/Dockerfile b/hexo-base/Dockerfile index 46ec3be..ba65b3e 100644 --- a/hexo-base/Dockerfile +++ b/hexo-base/Dockerfile @@ -5,7 +5,6 @@ WORKDIR /hexo COPY package.json package.json RUN apk add --update --no-cache --virtual=build-dependencies git \ - && npm config set registry https://registry.npm.taobao.org \ && npm install \ && ln -s /hexo/node_modules/hexo-cli/bin/hexo /usr/local/bin/hexo \ && ln -s /hexo/node_modules/gulp/bin/gulp.js /usr/local/bin/gulp \