This commit is contained in:
Alexandre
2021-12-01 22:07:13 +01:00
parent 6aa490e8bd
commit 3280733006
48 changed files with 150 additions and 99 deletions

View File

@@ -16,6 +16,7 @@ RUN \
&& apt-get update \
&& apt-get install -y \
jq \
yq \
curl \
yamllint \
&& apt-get clean \

View File

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