Update Dockerfile

This commit is contained in:
Alexandre
2021-09-22 20:49:32 +02:00
committed by GitHub
parent 9c26756571
commit 48ef5d5a83

View File

@@ -6,6 +6,8 @@ FROM ${BUILD_FROM}
ENV NEXTCLOUD_PATH="/data/config/www/nextcloud"
RUN apk add --no-cache tesseract-ocr
# Added repo to solve issues with some systems that cause error code 1 when fetching apk
# Add bashio
RUN echo 'https://dl-3.alpinelinux.org/alpine/latest-stable/main' > /etc/apk/repositories \