mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 13:54:05 +02:00
Update Dockerfile
This commit is contained in:
@@ -27,6 +27,11 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
|
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
|
||||||
S6_SERVICES_GRACETIME=0
|
S6_SERVICES_GRACETIME=0
|
||||||
|
|
||||||
|
RUN \
|
||||||
|
if [ -d /bin ]; then cp -rn /bin/* /usr/bin/; fi && \
|
||||||
|
rm -r /bin && \
|
||||||
|
ln -s /usr/bin /bin
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 3 Install apps #
|
# 3 Install apps #
|
||||||
##################
|
##################
|
||||||
|
|||||||
Reference in New Issue
Block a user