install snap

This commit is contained in:
Alexandre
2021-12-01 23:02:49 +01:00
parent d4f45043e9
commit ba3d204c1a
2 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ RUN \
jq \
curl \
yamllint \
snap \
&& apt-get clean \
\
&& snap install yq \

View File

@@ -11,7 +11,8 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get install -y \
jq \
curl \
yamllint
yamllint \
snap
snap install yq