泽加武 2 months ago
parent
commit
71ec382ea8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -26,7 +26,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o main cmd/main.go
 FROM alpine:latest
 
 # 安装 SQLite 的运行时依赖
-RUN apk add --no-cache libsqlite3-dev ca-certificates
+RUN apk add --no-cache sqlite-libs ca-certificates
 
 # 设置工作目录
 WORKDIR /app