Update Dockerfile

This commit is contained in:
Alexandre
2022-02-02 22:50:11 +01:00
committed by GitHub
parent 0efd958004
commit 08e186d064

View File

@@ -32,10 +32,10 @@ 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
&& echo "Adding custom repository : " \
&& for repositories in $CUSTOMREPOSITORIES; do apk add libgdiplus --repository=$repositories >/dev/null; done
# && echo "Adding custom repository : " \
# && for repositories in $CUSTOMREPOSITORIES; do apk add libgdiplus --repository=$repositories >/dev/null; done
##################
# 3 Install apps #