Fix ppt
This commit is contained in:
parent
255497837b
commit
b85970e168
5 changed files with 67 additions and 104 deletions
|
|
@ -2,7 +2,8 @@ FROM node:22-alpine
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache python3 make g++
|
||||
# Build dependencies + LibreOffice for legacy Office format conversion
|
||||
RUN apk add --no-cache python3 make g++ libreoffice curl
|
||||
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue