fix: add missing dependencies for build process in Dockerfile
Build and publish Docker image / build-and-push (release) Failing after 15s
Build and publish Docker image / build-and-push (release) Failing after 15s
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# ── Stage 1: deps ─────────────────────────────────────────────────────────────
|
||||
FROM node:24-alpine3.21 AS deps
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache python3 make g++
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user