mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-07 08:05:57 +02:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -28,13 +28,14 @@ RUN \
|
|||||||
| tar -xzf - --strip 1 -C /tmp/bashio \
|
| tar -xzf - --strip 1 -C /tmp/bashio \
|
||||||
&& mv /tmp/bashio/lib /usr/lib/bashio \
|
&& mv /tmp/bashio/lib /usr/lib/bashio \
|
||||||
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
|
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
|
||||||
&& rm -rf /tmp/bashio \
|
&& rm -rf /tmp/bashio || true
|
||||||
\
|
|
||||||
|
RUN \
|
||||||
#################
|
#################
|
||||||
# Copy template #
|
# Copy template #
|
||||||
#################
|
#################
|
||||||
&& mkdir -p /share/gazpar2mqtt \
|
mkdir -p /share/gazpar2mqtt \
|
||||||
&& cp -n /templates/config.yaml /share/gazpar2mqtt/ || true
|
&& cp -n /templates/config.yaml /share/gazpar2mqtt/
|
||||||
|
|
||||||
RUN chmod 777 /entrypoint.sh
|
RUN chmod 777 /entrypoint.sh
|
||||||
ENTRYPOINT [ "/usr/bin/env" ]
|
ENTRYPOINT [ "/usr/bin/env" ]
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
################
|
################
|
||||||
apt-get clean &&
|
apt-get clean &&
|
||||||
apt-get update &&
|
apt-get update &&
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y \
|
||||||
jq \
|
jq \
|
||||||
curl \
|
curl \
|
||||||
yamllint
|
yamllint
|
||||||
|
|||||||
Reference in New Issue
Block a user