Update Dockerfile

This commit is contained in:
Alexandre
2022-02-03 14:47:14 +01:00
committed by GitHub
parent 94268be1b8
commit af2a46ebff

View File

@@ -33,7 +33,7 @@ RUN sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \
&& sed -i 's| /config| /share/webtop_kde|g' /defaults/* \
&& sed -i 's| /config| /share/webtop_kde|g' /etc/cont-init.d/* \
&& sed -i 's| /config| /share/webtop_kde|g' /etc/services.d/*/run \
&& usermod --home /share/webtop_kde abc
&& usermod --home /share/webtop_kde abc \
\
# Add custom repositories
&& if [ -f /etc/apk/repositories ]; then echo "Adding custom repository : " \