mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Modify Dockerfile to prevent variable unset
This commit is contained in:
@@ -57,7 +57,10 @@ RUN \
|
|||||||
&& sed -i '\|<dir>/usr/share/fonts</dir>|a\ \ \ \ \ \ \ \ <dir>/config/fonts</dir>' /etc/fonts/fonts.conf \
|
&& sed -i '\|<dir>/usr/share/fonts</dir>|a\ \ \ \ \ \ \ \ <dir>/config/fonts</dir>' /etc/fonts/fonts.conf \
|
||||||
\
|
\
|
||||||
# Avoid https://github.com/alexbelgium/hassio-addons/issues/659
|
# Avoid https://github.com/alexbelgium/hassio-addons/issues/659
|
||||||
&& rm -r /run/shm
|
&& rm -r /run/shm \
|
||||||
|
\
|
||||||
|
# Avoid variable unset
|
||||||
|
&& sed -i '1a set +u' /etc/services.d/guacamole/run
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 3 Install apps #
|
# 3 Install apps #
|
||||||
|
|||||||
Reference in New Issue
Block a user