mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update Dockerfile
This commit is contained in:
@@ -36,8 +36,13 @@ RUN \
|
|||||||
\
|
\
|
||||||
################
|
################
|
||||||
# Modify image #
|
# Modify image #
|
||||||
################
|
################
|
||||||
&& chmod +x 775 /docker-entrypoint.sh
|
&& cat /run > /temporaryfile \
|
||||||
|
&& cat /docker-entrypoint.sh >> /temporaryfile \
|
||||||
|
&& cat /temporaryfile > /docker-entrypoint.sh \
|
||||||
|
&& chmod +x /docker-entrypoint.sh \
|
||||||
|
&& rm /temporaryfile
|
||||||
|
|
||||||
|
|
||||||
################
|
################
|
||||||
# Modify image #
|
# Modify image #
|
||||||
|
|||||||
Reference in New Issue
Block a user