mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 17:15:57 +02:00
install snap
This commit is contained in:
@@ -17,6 +17,7 @@ RUN \
|
|||||||
jq \
|
jq \
|
||||||
curl \
|
curl \
|
||||||
yamllint \
|
yamllint \
|
||||||
|
snap \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
\
|
\
|
||||||
&& snap install yq \
|
&& snap install yq \
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
jq \
|
jq \
|
||||||
curl \
|
curl \
|
||||||
yamllint
|
yamllint \
|
||||||
|
snap
|
||||||
|
|
||||||
snap install yq
|
snap install yq
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user