Skip to content

Commit

Permalink
fix: dockerfile 移除 mongodb-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Mar 5, 2022
1 parent 2eb1fb5 commit 9b8641f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ FROM alpine:latest
RUN echo "http://mirrors.aliyun.com/alpine/edge/main/" > /etc/apk/repositories \
&& echo "http://mirrors.aliyun.com/alpine/edge/community/" >> /etc/apk/repositories \
&& apk update \
&& apk add --no-cache --update nodejs npm git mongodb-tools\
&& node -v && npm -v && git --version && mongodump --version\
&& apk add --no-cache --update nodejs npm git \
&& node -v && npm -v && git --version \
&& npm config set registry https://registry.npmmirror.com \
&& npm i -g pnpm\
&& pnpm -v\
Expand Down

0 comments on commit 9b8641f

Please sign in to comment.