添加容器内监测数据库的能力

This commit is contained in:
2026-07-29 23:32:29 +08:00
parent 7a7688bbe0
commit 151ef597db
+1 -1
View File
@@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build \
FROM alpine:latest
# 安装 ca-certificates 和 tzdata(确保 HTTPS 和时区正常)
RUN apk --no-cache add ca-certificates tzdata
RUN apk --no-cache add ca-certificates tzdata sqlite
WORKDIR /app