From e98619f8bfa4d0c8f47a144010619b431c66b51f Mon Sep 17 00:00:00 2001 From: weyu <985695055@qq.com> Date: Sat, 26 Apr 2025 20:09:44 +0800 Subject: [PATCH] fix16 --- webs/spiffe/toto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webs/spiffe/toto.sh b/webs/spiffe/toto.sh index 1619c59..6e267b8 100644 --- a/webs/spiffe/toto.sh +++ b/webs/spiffe/toto.sh @@ -52,7 +52,7 @@ build(){ npm install # Pulls in external content -pipenv run python pull_external.py +sudo pipenv run python pull_external.py ./hugo \ --cleanDestinationDir \ @@ -64,7 +64,7 @@ EOF log_info "使用本地开发镜像镜像构建" - docker run -itd --name tmp -v `pwd`:/app:Z --entrypoint="/bin/bash" spiffe.io:latest -c "pipenv run bash cncfstack-build.sh" + sudo docker run -itd --name tmp -v `pwd`:/app:Z --entrypoint="/bin/bash" spiffe.io:latest -c "pipenv run bash cncfstack-build.sh" docker inspect tmp