mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Update docker-entrypoint.sh
fixed issue with installing tesseract languages
This commit is contained in:
parent
6e115bf2e6
commit
ba5241619a
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ install_languages() {
|
|||
if apk info -e "$pkg" > /dev/null 2>&1; then
|
||||
continue
|
||||
fi
|
||||
if ! apk info "$pkg" > /dev/null 2>&1; then
|
||||
if ! apk --no-cache info "$pkg" > /dev/null 2>&1; then
|
||||
continue
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue