mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-24 15:00:31 +02:00
add yq
This commit is contained in:
@@ -11,6 +11,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
@@ -18,6 +19,7 @@ RUN \
|
||||
smbclient \
|
||||
|| apk add --no-cache \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -10,6 +10,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba \
|
||||
|
||||
@@ -10,6 +10,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update &&
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba \
|
||||
|
||||
@@ -7,6 +7,7 @@ ARG BASHIO_VERSION=0.13.1
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
##################
|
||||
# Install bashio #
|
||||
##################
|
||||
|
||||
@@ -7,6 +7,7 @@ ARG BASHIO_VERSION=0.13.1
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
samba \
|
||||
smbclient \
|
||||
##################
|
||||
|
||||
@@ -15,6 +15,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba \
|
||||
|
||||
@@ -16,6 +16,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
yamllint \
|
||||
&& apt-get clean \
|
||||
|
||||
@@ -12,6 +12,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update
|
||||
apt-get install -yq --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
yamllint
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN \
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
yq \
|
||||
bash \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -9,6 +9,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
yq \
|
||||
bash \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -9,6 +9,7 @@ RUN \
|
||||
##################
|
||||
apk add --no-cache \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
\
|
||||
|
||||
@@ -15,6 +15,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
yamllint \
|
||||
&& apt-get clean \
|
||||
|
||||
@@ -10,6 +10,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update &&
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
yamllint
|
||||
|
||||
|
||||
@@ -11,12 +11,14 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba \
|
||||
smbclient || apk add --no-cache \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -16,6 +16,7 @@ RUN \
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
yq \
|
||||
bash \
|
||||
xz build-base libressl-dev ca-certificates npm \
|
||||
\
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN apt-get update \
|
||||
\
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
samba \
|
||||
smbclient \
|
||||
\
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN apt-get update \
|
||||
\
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
samba \
|
||||
smbclient \
|
||||
nginx \
|
||||
|
||||
@@ -9,6 +9,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
samba \
|
||||
smbclient \
|
||||
nginx
|
||||
|
||||
@@ -16,6 +16,7 @@ RUN \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
wget \
|
||||
jq \
|
||||
yq \
|
||||
nginx \
|
||||
##################
|
||||
# Install bashio #
|
||||
|
||||
@@ -12,6 +12,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
# nginx \
|
||||
\
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -9,6 +9,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apk update &&
|
||||
apk add --no-cache \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
@@ -19,6 +20,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update &&
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
# Backup if change
|
||||
|| apk add --no-cache jq curl \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN \
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
yq \
|
||||
\
|
||||
###################
|
||||
# Install bashio #
|
||||
|
||||
@@ -12,6 +12,7 @@ RUN apt-get update && \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -11,6 +11,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update &&
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
@@ -18,7 +19,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
samba \
|
||||
yamllint
|
||||
|
||||
|
||||
###################
|
||||
# Install bashio #
|
||||
##################
|
||||
|
||||
@@ -13,6 +13,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -10,6 +10,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update &&
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
@@ -18,6 +19,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apk update &&
|
||||
apk add --no-cache \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -16,6 +16,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -12,6 +12,7 @@ RUN \
|
||||
# Install bashio
|
||||
apk add --no-cache \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
\
|
||||
|
||||
@@ -17,6 +17,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba \
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -15,6 +15,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -11,6 +11,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update \
|
||||
apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -17,6 +17,7 @@ RUN \
|
||||
# Add apps
|
||||
&& apk add --no-cache \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
nginx \
|
||||
|
||||
@@ -12,6 +12,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -7,6 +7,7 @@ ARG BASHIO_VERSION=0.13.1
|
||||
RUN apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
yq \
|
||||
samba \
|
||||
samba-client \
|
||||
&& curl -J -L -o /tmp/bashio.tar.gz \
|
||||
|
||||
@@ -8,6 +8,7 @@ ARG BASHIO_VERSION=0.13.1
|
||||
RUN apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
yq \
|
||||
moreutils \
|
||||
samba \
|
||||
nginx \
|
||||
|
||||
@@ -15,6 +15,7 @@ RUN \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
yamllint \
|
||||
&& apt-get clean \
|
||||
|
||||
@@ -10,6 +10,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update
|
||||
apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
yamllint \
|
||||
curl &&
|
||||
apt-get clean
|
||||
|
||||
Reference in New Issue
Block a user