Update Dockerfile

This commit is contained in:
Alexandre
2022-02-02 14:50:53 +01:00
committed by GitHub
parent 3a16536c4b
commit 7d27878f1a

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 abc \
&& usermod --home /share/webtop_kde abc \
# Add custom repositories
&& echo "Adding custom repository : " \
&& for repositories in $CUSTOMREPOSITORIES; do sudo apk add libgdiplus --repository=$repositories >/dev/null || true; done
&& for repositories in $CUSTOMREPOSITORIES; do sudo apk add libgdiplus --repository=$repositories >/dev/null; done
##################
# 3 Install apps #