diff --git a/docker/Dockerfile b/docker/Dockerfile index 624faae1..53cc3550 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -40,6 +40,7 @@ RUN set -x \ nodejs \ jq \ openssh \ + procps \ npm \ && rm -rf /var/cache/apk/* \ && apk update \ diff --git a/shell/share.sh b/shell/share.sh index 312b1a3a..d3a72657 100755 --- a/shell/share.sh +++ b/shell/share.sh @@ -443,6 +443,7 @@ patch_version() { # 兼容pnpm@7 pnpm setup &>/dev/null source ~/.bashrc + apk add procps if [[ $PipMirror ]]; then pip3 config set global.index-url $PipMirror