fix: install python and build-base for sqlite
Build and Push Docker Images / build (nextgen) (push) Failing after 4m59s Details
Build and Push Docker Images / build (api) (push) Failing after 10m5s Details
Build and Push Docker Images / build (web) (push) Successful in 6m26s Details
Build and Push Docker Images / build (worker) (push) Failing after 11m5s Details
Build and Push Docker Images / deploy (push) Has been cancelled Details

This commit is contained in:
fchinembiri 2026-06-08 17:17:24 +02:00
parent bddee70cee
commit 1865ae7493
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ RUN npm run build
FROM node:20-alpine
WORKDIR /app
RUN apk add --no-cache python3 make g++
# Copy server code
COPY server/package*.json ./server/
WORKDIR /app/server