auto-sync: 2026-04-11 21:35:02

This commit is contained in:
cfdaily
2026-04-11 21:35:02 +08:00
parent 5171605521
commit 316748f5ae
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -64207,3 +64207,5 @@ fatal: refusing to merge unrelated histories
/bin/sh: ./management/sanguo_auto_sync/auto-sync.sh: No such file or directory
/bin/sh: ./management/sanguo_auto_sync/auto-sync.sh: No such file or directory
/bin/sh: ./management/sanguo_auto_sync/auto-sync.sh: No such file or directory
/bin/sh: ./management/sanguo_auto_sync/auto-sync.sh: No such file or directory
/bin/sh: ./management/sanguo_auto_sync/auto-sync.sh: No such file or directory
+2 -2
View File
@@ -49,11 +49,11 @@ RUN pip install --no-cache-dir --upgrade pip setuptools wheel
# 分层安装依赖:利用Docker缓存实现差分下载
# 第一层:基础依赖 - 大文件、不常变,会被长期缓存
COPY requirements-base.txt .
COPY requirements/requirements-base.txt .
RUN pip install --no-cache-dir -r requirements-base.txt
# 第二层:额外依赖 - 小文件、可能频繁变更,只重新下载这一层
COPY requirements-extra.txt .
COPY requirements/requirements-extra.txt .
RUN pip install --no-cache-dir -r requirements-extra.txt
RUN curl -fsSL https://code-server.dev/install.sh | sh
+1
View File
@@ -1,2 +1,3 @@