Removed ocr

This commit is contained in:
Alexandre
2021-01-17 23:07:13 +01:00
committed by GitHub
parent f549cc112d
commit a5bd4fb5de

View File

@@ -9,9 +9,9 @@ ENV NEXTCLOUD_PATH="/data/config/www/nextcloud"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Add OCR
RUN apk add --no-cache \
tesseract-ocr \
tesseract-ocr-data-deu
# RUN apk add --no-cache \
# tesseract-ocr \
# tesseract-ocr-data-deu
# modify/copy files
RUN sed -i "s|data|share/nextcloud|g" /etc/cont-init.d/* \