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