add khmer font

This commit is contained in:
xshadowlegendx
2023-03-29 17:48:45 +07:00
parent 40642dea10
commit c576f08c53

View File

@ -40,6 +40,7 @@ RUN apk update && \
ttf-dejavu \
ttf-freefont \
ttf-liberation \
font-noto-khmer \
libxml2-dev \
libxslt-dev \
pngquant \
@ -63,6 +64,7 @@ RUN apk update && \
RUN apk add --no-cache py3-setuptools && ocrmypdf --version
WORKDIR /opt
RUN wget ${joex_url:-https://github.com/eikek/docspell/releases/download/v$version/docspell-joex-$version.zip} && \
unzip docspell-joex-*.zip && \
rm docspell-joex-*.zip && \