mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +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 \
|
||||
\
|
||||
# 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 #
|
||||
|
||||
Reference in New Issue
Block a user