Improve code

This commit is contained in:
Alexandre
2021-01-17 21:48:10 +01:00
committed by GitHub
parent ca54f5122a
commit 8cea8b35fe

View File

@@ -5,8 +5,10 @@ FROM ${BUILD_FROM}-${BUILD_VERSION}
ENV NEXTCLOUD_PATH="/data/config/www/nextcloud"
RUN apk update
RUN apk upgrade
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apk --update-cache upgrade
RUN apk add tesseract-ocr
RUN apk add tesseract-ocr-data-deu