[meta] Add vips and libreoffice to Dockerfile [#48]

This commit is contained in:
Abhishek Shroff
2025-08-05 17:22:31 +05:30
parent 713ec4725c
commit 937374e394

View File

@@ -14,6 +14,7 @@ RUN flutter pub get
RUN flutter build web --wasm
FROM alpine
RUN apk add vips-tools vips-poppler libreoffice
WORKDIR /app
ENV PATH="/app:$PATH"
COPY --from=server /bin/phylum /app/phylum