Update docker-entrypoint.sh

fixed issue with installing tesseract languages
This commit is contained in:
schwabelbauch 2019-03-27 22:22:20 +01:00 committed by GitHub
parent 6e115bf2e6
commit ba5241619a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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