Add Alpine build dependencies for sqlite3 native fallback

This commit is contained in:
Kroonk
2026-04-12 16:02:31 +02:00
parent ad41d57f91
commit 21ae8c1599

View File

@@ -15,7 +15,8 @@ RUN bundle exec jekyll build
# === Serve-Phase: node.js backend + ImageMagick ===
FROM node:20-alpine
RUN apk add --no-cache imagemagick docker-cli
# Install build dependencies for sqlite3 native bindings on Alpine
RUN apk add --no-cache imagemagick docker-cli python3 make g++ build-base sqlite-dev
WORKDIR /app
COPY package*.json ./