fix: git for docker build

This commit is contained in:
2026-04-16 13:15:00 +02:00
parent be3c012e96
commit 5f4e03164d
+1 -1
View File
@@ -2,7 +2,7 @@
FROM node:22-alpine AS builder
# Install Hugo + FFmpeg (video compression)
RUN apk add --no-cache hugo ffmpeg
RUN apk add --no-cache hugo ffmpeg git
# Install pnpm
RUN corepack enable && corepack prepare pnpm@latest --activate