add packages to Dockerfile

This commit is contained in:
Henry
2023-06-14 19:38:30 +01:00
parent 97ea2c405e
commit a05e9921fa
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@
FROM node:18-alpine
RUN apk add --update libc6-compat python3 make g++
# needed for pdfjs-dist
RUN apk add --no-cache build-base cairo-dev pango-dev
WORKDIR /usr/src/packages