update docker/docker-entrypoint.sh.

image-size 已经是 Miao-Yunzai 的依赖,这里不用再次安装

Signed-off-by: ikuaki1009 <genshinofficial@qq.com>
This commit is contained in:
ikuaki1009 2023-04-16 11:52:41 +00:00 committed by Gitee
parent fd6457d469
commit 768998e313
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if [ -d $MIAO_PLUGIN_PATH"/.git" ]; then
if [[ ! -f "$HOME/.ovo/miao.ok" ]]; then if [[ ! -f "$HOME/.ovo/miao.ok" ]]; then
set -e set -e
echo -e "\n ================ \n ${Info} ${GreenBG} 更新 喵喵插件 运行依赖 ${Font} \n ================ \n" echo -e "\n ================ \n ${Info} ${GreenBG} 更新 喵喵插件 运行依赖 ${Font} \n ================ \n"
pnpm add image-size -w pnpm install -P
touch ~/.ovo/miao.ok touch ~/.ovo/miao.ok
set +e set +e
fi fi