增加 procps 依赖

This commit is contained in:
whyour 2023-05-04 13:05:48 +08:00
parent c84908d7fa
commit be94d796ac
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ RUN set -x \
nodejs \
jq \
openssh \
procps \
npm \
&& rm -rf /var/cache/apk/* \
&& apk update \

View File

@ -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