mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
feat: update Dockerfile for improved build process and dependencies (#12)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user