feat: update Dockerfile for improved build process and dependencies (#12)

This commit is contained in:
Yuri
2025-06-17 17:45:42 +08:00
committed by GitHub
parent 02d844a771
commit 87ae5f15a6

View File

@@ -14,7 +14,7 @@ RUN corepack enable
# -----------------
FROM base AS builder
RUN apk update && apk add --no-cache git
RUN apk update && apk add --no-cache git perl
COPY . .
RUN sh ./scripts/preinstall.sh
# Install all dependencies