Add Alpine build dependencies for sqlite3 native fallback
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user