chore(deps): @google/generative-ai + vips-dev fuer Foto-Rezept-Magie

This commit is contained in:
hsiegeln
2026-04-21 10:37:12 +02:00
parent 783b782608
commit 9e3d6e8d01
5 changed files with 24 additions and 2 deletions

View File

@@ -3,8 +3,9 @@
FROM node:22-alpine AS builder
WORKDIR /app
# Alpine needs build tools for better-sqlite3 native module
RUN apk add --no-cache python3 make g++ libc6-compat
# Alpine needs build tools for better-sqlite3 native module.
# vips-dev provides libvips + libheif for sharp (incl. HEIC input from iOS).
RUN apk add --no-cache python3 make g++ libc6-compat vips-dev
COPY package*.json ./
RUN npm ci