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