There was an error while loading. Please reload this page.
1 parent 8c75fae commit c70fde2Copy full SHA for c70fde2
1 file changed
Dockerfile
@@ -25,7 +25,14 @@ RUN npm prune --production
25
FROM node:23 AS ledder
26
ENV NODE_ENV=production
27
28
-RUN apt update && apt install -y build-essential cmake
+RUN apt update && apt install -y build-essential cmake \
29
+ libcairo2-dev \
30
+ libpango1.0-dev \
31
+ libjpeg-dev \
32
+ libgif-dev \
33
+ librsvg2-dev \
34
+ pkg-config
35
+
36
COPY entrypoint.sh /
37
38
WORKDIR /app
0 commit comments