diff --git a/Dockerfile b/Dockerfile index 80965f4..591c4a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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