mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 02:31:51 +02:00
Update Dockerfile
This commit is contained in:
@@ -18,7 +18,7 @@ RUN \
|
|||||||
&& sudo apt-get update \
|
&& sudo apt-get update \
|
||||||
&& sudo apt-get install -y \
|
&& sudo apt-get install -y \
|
||||||
jq \
|
jq \
|
||||||
curl
|
curl \
|
||||||
\
|
\
|
||||||
##################
|
##################
|
||||||
# Install bashio #
|
# Install bashio #
|
||||||
@@ -35,7 +35,7 @@ RUN \
|
|||||||
###################
|
###################
|
||||||
\
|
\
|
||||||
# Allow execution of run
|
# Allow execution of run
|
||||||
chmod +x /run.sh
|
&& chmod +x /run.sh
|
||||||
|
|
||||||
#ENTRYPOINT [ "/usr/bin/env" ]
|
#ENTRYPOINT [ "/usr/bin/env" ]
|
||||||
#CMD [ "/run.sh" ]
|
#CMD [ "/run.sh" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user