We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b61ee13 + cbf7c72 commit e984111Copy full SHA for e984111
1 file changed
dockerfiles/Dockerfile.backend
@@ -19,7 +19,10 @@ FROM node:24-alpine AS runtime
19
ENV NODE_ENV=production
20
21
RUN apk update && apk upgrade
22
-RUN apk add --no-cache python3 make g++ sqlite-dev py3-setuptools
+RUN apk add --no-cache python3 make g++ sqlite-dev py3-setuptools \
23
+ # Fontconfig + fonts — required by libvips/Sharp for SVG text rendering \
24
+ fontconfig ttf-dejavu && \
25
+ fc-cache -f
26
27
28
0 commit comments