Skip to content

Commit b43dc92

Browse files
authored
Update Dockerfile
1 parent a315e45 commit b43dc92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

collabora/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
2727
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
2828
S6_SERVICES_GRACETIME=0
2929

30+
USER root
31+
3032
# Global LSIO modifications
3133
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
3234
ARG CONFIGLOCATION="/data"
3335
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
3436

35-
USER root
36-
3737
##################
3838
# 3 Install apps #
3939
##################

0 commit comments

Comments
 (0)