diff --git a/Dockerfile b/Dockerfile index ee09dbd..4a7ade9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ FROM node:22-alpine AS builder WORKDIR /app -# Install build dependencies -RUN apk add --no-cache python3 make g++ +# Install build dependencies (git required for some npm packages) +RUN apk add --no-cache python3 make g++ git # Copy package files COPY package*.json ./