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