We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4598819 commit 00121d8Copy full SHA for 00121d8
backend/Dockerfile
@@ -5,7 +5,7 @@ FROM node:22-alpine
5
WORKDIR /usr/src/app
6
7
# Install system dependencies for canvas
8
-RUN apk add --no-cache build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
+RUN apk add --no-cache build-base cairo-dev pango-dev jpeg-dev giflib-dev librsvg-dev
9
10
# Copy package files
11
COPY package.json package-lock.json ./
0 commit comments