diff --git a/frontend/Dockerfile b/frontend/Dockerfile index a0206f0..3f129e1 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -3,7 +3,7 @@ FROM node:20-alpine AS builder WORKDIR /app -RUN apk add --no-cache python3 make g++ +RUN apk add --no-cache python3 make g++ git # Copy package files COPY package*.json ./