mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-22 19:38:17 +00:00
379c92716e
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
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 |