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