From e16c54c01b8e1b0b22794605dad1e20425b03bb4 Mon Sep 17 00:00:00 2001 From: xiao Date: Wed, 18 Dec 2024 08:57:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Dockerfile=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=9D=83=E9=99=90=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 005a486..286f778 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV pyenv_path="/www/server/panel" ENV PATH="$pyenv_path/bin:$PATH" # 确保虚拟环境中的python和pip具有执行权限 -RUN chmod -R 755 $pyenv_path/pyenv/bin/ +RUN chmod -R 777 $pyenv_path/pyenv/bin/ # 安装Python和pip包 RUN pip install --upgrade pip \