mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-15 18:54:14 +00:00
9 lines
212 B
Docker
9 lines
212 B
Docker
FROM hardcoreeng/base
|
|
|
|
RUN apt-get install -y \
|
|
coreutils \
|
|
antiword \
|
|
poppler-utils \
|
|
html2text \
|
|
unrtf
|
|
RUN npm install --ignore-scripts=false --verbose sharp@v0.32.6 pdfjs-dist@v2.12.313 --unsafe-perm |