🔖 升级版本.

This commit is contained in:
lijiahangmax
2025-03-23 13:03:48 +08:00
parent 226dfb2c25
commit 88fd0e31e0
10 changed files with 17 additions and 7 deletions

View File

@@ -7,6 +7,8 @@ ARG TZ=Asia/Shanghai
RUN \
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && \
apk update && \
apk add curl && \
apk add fonts-dejavu && \
apk add tzdata && \
apk add dmidecode
# 设置时区