Update Dockerfile

This commit is contained in:
Alexandre
2022-10-25 10:20:43 +01:00
committed by GitHub
parent 83af7d019b
commit f142eed0a9

View File

@@ -34,7 +34,7 @@ RUN \
usermod --home /share/webtop_kde abc \
\
# Correct error in upstream image
&& for file in $(grep -srl "startwm " /etc/cont-init.d /etc/s6-overlay/s6-rc.d); do sed -i 's/startwm /startwm.sh /g' "$file"; done \
&& for file in $(grep -srl "startwm " /etc); do sed -i 's/startwm /startwm.sh /g' "$file"; done \
\
# Update distribution
# hadolint ignore=DL3017