1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-06-02 22:00:13 +02:00

Chinese font and word conv fix (#1014)

* remove lite package

* alphine update for word conversion issue #995
This commit is contained in:
Anthony Stirling 2024-04-01 22:04:27 +01:00 committed by GitHub
parent 8a6386ca73
commit a2a969a0a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# Main stage
FROM alpine:3.19.1
FROM alpine:20240329
# Copy necessary files
COPY scripts /scripts
@ -33,6 +33,7 @@ RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /et
curl \
openjdk17-jre \
su-exec \
font-noto-cjk \
shadow \
# Doc conversion
libreoffice@testing \