From be94d796aca1b631201e5af4723d9dc5e2413143 Mon Sep 17 00:00:00 2001 From: whyour Date: Thu, 4 May 2023 13:05:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20procps=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 1 + shell/share.sh | 1 + 2 files changed, 2 insertions(+) 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