Add sqlite3 to builder for database debugging

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

View File

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