fix: 优化脚本 Shebang, close #56

This commit is contained in:
Del Wang
2025-08-17 07:18:16 +08:00
parent 43e6739726
commit 1405eca23f
14 changed files with 39 additions and 25 deletions
+1
View File
@@ -6,6 +6,7 @@ ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
&& echo $TZ > /etc/timezone \
&& apk add --no-cache \
bash \
file \
patch \
python3 \