mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
add khmer font
This commit is contained in:
@ -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 && \
|
||||||
|
Reference in New Issue
Block a user