mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Update docker-entrypoint.sh
fixed issue with installing tesseract languages
This commit is contained in:
parent
f094d2df75
commit
074c8e59a0
@ -82,7 +82,7 @@ install_languages() {
|
|||||||
if apk info -e "$pkg" > /dev/null 2>&1; then
|
if apk info -e "$pkg" > /dev/null 2>&1; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
if ! apk info "$pkg" > /dev/null 2>&1; then
|
if ! apk --no-cache info "$pkg" > /dev/null 2>&1; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user