mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-27 19:19:25 +01:00
build: switch to node:22-slim image for libzim compat
This commit is contained in:
parent
3f41c8801c
commit
f090468d20
|
|
@ -2,4 +2,7 @@
|
||||||
.env.*
|
.env.*
|
||||||
.git
|
.git
|
||||||
node_modules
|
node_modules
|
||||||
*.log
|
*.log
|
||||||
|
admin/storage
|
||||||
|
admin/node_modules
|
||||||
|
admin/build
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
FROM node:22.16.0-alpine3.22 AS base
|
FROM node:22-slim AS base
|
||||||
|
|
||||||
# Install bash & curl for entrypoint script compatibility, graphicsmagick for pdf2pic, and vips-dev & build-base for sharp
|
# Install bash & curl for entrypoint script compatibility, graphicsmagick for pdf2pic, and vips-dev & build-base for sharp
|
||||||
RUN apk add --no-cache bash curl graphicsmagick vips-dev build-base
|
RUN apt-get update && apt-get install -y bash curl graphicsmagick libvips-dev build-essential
|
||||||
|
|
||||||
# All deps stage
|
# All deps stage
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user