We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a315e45 commit b43dc92Copy full SHA for b43dc92
collabora/Dockerfile
@@ -27,13 +27,13 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
27
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
28
S6_SERVICES_GRACETIME=0
29
30
+USER root
31
+
32
# Global LSIO modifications
33
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
34
ARG CONFIGLOCATION="/data"
35
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
36
-USER root
-
37
##################
38
# 3 Install apps #
39
0 commit comments