From 3483ea57e5f049c8d3f0ec97d4ce9990b7287b31 Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Tue, 9 Jun 2026 23:48:50 +0200 Subject: [PATCH] Second try --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./