Fix sqlite3 -> sqlite (Alpine package name)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kunthawat Greethong
2026-04-29 16:50:43 +07:00
parent 346c8003fa
commit aca07743a1

View File

@@ -1,6 +1,6 @@
FROM node:22-alpine AS deps
RUN apk add --no-cache python3 make g++ sqlite3
RUN apk add --no-cache python3 make g++ sqlite
WORKDIR /app