编辑文件 Dockerfile
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-28 15:03:39 +08:00
committed by cnb
parent 6c53e57517
commit 9cd56bf038

View File

@@ -63,4 +63,3 @@ RUN apt update && \
# 收尾清理
RUN apt clean && rm -rf /var/lib/apt/lists/*