mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-27 00:10:32 +02:00
Improve code
This commit is contained in:
@@ -5,8 +5,10 @@ FROM ${BUILD_FROM}-${BUILD_VERSION}
|
|||||||
|
|
||||||
ENV NEXTCLOUD_PATH="/data/config/www/nextcloud"
|
ENV NEXTCLOUD_PATH="/data/config/www/nextcloud"
|
||||||
|
|
||||||
RUN apk update
|
# Set shell
|
||||||
RUN apk upgrade
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
|
RUN apk --update-cache upgrade
|
||||||
RUN apk add tesseract-ocr
|
RUN apk add tesseract-ocr
|
||||||
RUN apk add tesseract-ocr-data-deu
|
RUN apk add tesseract-ocr-data-deu
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user