Update Dockerfile

This commit is contained in:
Alexandre
2021-02-21 21:41:20 +01:00
committed by GitHub
parent 867bdf4b7f
commit dc54eec147

View File

@@ -26,8 +26,7 @@ RUN echo 'https://dl-3.alpinelinux.org/alpine/latest-stable/main' > /etc/apk/rep
\
&& mv /tmp/bashio/lib /usr/lib/bashio \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
&& rm -fr /tmp/bashio.tar.gz \
|| echo "Error, no OCR available"
&& rm -fr /tmp/bashio.tar.gz
# modify/copy files
RUN sed -i "s|data|share/nextcloud|g" /etc/cont-init.d/* \