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