Skip to content

Commit c576f08

Browse files
add khmer font
1 parent 40642de commit c576f08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/dockerfiles/joex.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ RUN apk update && \
4040
ttf-dejavu \
4141
ttf-freefont \
4242
ttf-liberation \
43+
font-noto-khmer \
4344
libxml2-dev \
4445
libxslt-dev \
4546
pngquant \
@@ -63,6 +64,7 @@ RUN apk update && \
6364
RUN apk add --no-cache py3-setuptools && ocrmypdf --version
6465

6566
WORKDIR /opt
67+
6668
RUN wget ${joex_url:-https://github.com/eikek/docspell/releases/download/v$version/docspell-joex-$version.zip} && \
6769
unzip docspell-joex-*.zip && \
6870
rm docspell-joex-*.zip && \

0 commit comments

Comments
 (0)