diff --git a/Dockerfile b/Dockerfile index 9d1348f..45c1223 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM node:22-alpine +FROM node:24-alpine -# Install native build tools for bcrypt -RUN apk add --no-cache python3 make g++ +# Install native build tools for bcrypt/better-sqlite3 + git for npm git-URL deps +RUN apk add --no-cache python3 make g++ git WORKDIR /app