We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40642de commit c576f08Copy full SHA for c576f08
docker/dockerfiles/joex.dockerfile
@@ -40,6 +40,7 @@ RUN apk update && \
40
ttf-dejavu \
41
ttf-freefont \
42
ttf-liberation \
43
+ font-noto-khmer \
44
libxml2-dev \
45
libxslt-dev \
46
pngquant \
@@ -63,6 +64,7 @@ RUN apk update && \
63
64
RUN apk add --no-cache py3-setuptools && ocrmypdf --version
65
66
WORKDIR /opt
67
+
68
RUN wget ${joex_url:-https://github.com/eikek/docspell/releases/download/v$version/docspell-joex-$version.zip} && \
69
unzip docspell-joex-*.zip && \
70
rm docspell-joex-*.zip && \
0 commit comments