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 \ jq \
curl \ curl \
yamllint \ yamllint \
snap \
&& apt-get clean \ && apt-get clean \
\ \
&& snap install yq \ && snap install yq \

View File

@@ -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