mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Fix: sync python executable with python 3.7 slim image
This commit is contained in:
@@ -413,7 +413,7 @@ class ConfigGenerator:
|
||||
|
||||
docker = {
|
||||
'GitExecutable': '/usr/bin/git',
|
||||
'PythonExecutable': '/app/pyroot/bin/python',
|
||||
'PythonExecutable': '/usr/local/bin/python',
|
||||
'RequirementsFile': './deploy/docker/requirements.txt',
|
||||
'AdbExecutable': '/usr/bin/adb',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user