mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
增加 procps 依赖
This commit is contained in:
parent
c84908d7fa
commit
be94d796ac
|
@ -40,6 +40,7 @@ RUN set -x \
|
||||||
nodejs \
|
nodejs \
|
||||||
jq \
|
jq \
|
||||||
openssh \
|
openssh \
|
||||||
|
procps \
|
||||||
npm \
|
npm \
|
||||||
&& rm -rf /var/cache/apk/* \
|
&& rm -rf /var/cache/apk/* \
|
||||||
&& apk update \
|
&& apk update \
|
||||||
|
|
|
@ -443,6 +443,7 @@ patch_version() {
|
||||||
# 兼容pnpm@7
|
# 兼容pnpm@7
|
||||||
pnpm setup &>/dev/null
|
pnpm setup &>/dev/null
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
apk add procps
|
||||||
|
|
||||||
if [[ $PipMirror ]]; then
|
if [[ $PipMirror ]]; then
|
||||||
pip3 config set global.index-url $PipMirror
|
pip3 config set global.index-url $PipMirror
|
||||||
|
|
Loading…
Reference in New Issue
Block a user