fix: git for docker build
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
FROM node:22-alpine AS builder
|
FROM node:22-alpine AS builder
|
||||||
|
|
||||||
# Install Hugo + FFmpeg (video compression)
|
# Install Hugo + FFmpeg (video compression)
|
||||||
RUN apk add --no-cache hugo ffmpeg
|
RUN apk add --no-cache hugo ffmpeg git
|
||||||
|
|
||||||
# Install pnpm
|
# Install pnpm
|
||||||
RUN corepack enable && corepack prepare pnpm@latest --activate
|
RUN corepack enable && corepack prepare pnpm@latest --activate
|
||||||
|
|||||||
Reference in New Issue
Block a user