mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -31,14 +31,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
||||
# hadolint ignore=SC2015,DL4006,SC2013,SC2086
|
||||
RUN \
|
||||
# Change home folder location
|
||||
usermod --home /share/webtop_kde abc \
|
||||
\
|
||||
# Correct error in upstream image
|
||||
&& for file in $(grep -srl "startwm " /etc); do sed -i 's/startwm /startwm.sh /g' $file; done \
|
||||
\
|
||||
# Update distribution
|
||||
# hadolint ignore=DL3017
|
||||
&& apk upgrade --no-cache
|
||||
usermod --home /share/webtop_kde abc
|
||||
|
||||
# Global LSIO modifications
|
||||
ARG CONFIGLOCATION="/share/webtop_kde"
|
||||
|
||||
Reference in New Issue
Block a user