mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
remove yq
This commit is contained in:
@@ -10,7 +10,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba \
|
||||
|
||||
@@ -10,7 +10,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update &&
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba \
|
||||
|
||||
@@ -12,7 +12,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update
|
||||
apt-get install -yq --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
yamllint
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update &&
|
||||
apt-get install --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
yamllint
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
yq \
|
||||
bash \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -10,7 +10,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update &&
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
yamllint
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
samba \
|
||||
smbclient \
|
||||
nginx
|
||||
|
||||
@@ -9,7 +9,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apk update &&
|
||||
apk add --no-cache \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -10,7 +10,6 @@ RUN \
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
yq \
|
||||
\
|
||||
###################
|
||||
# Install bashio #
|
||||
|
||||
@@ -11,7 +11,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update &&
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -10,7 +10,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update &&
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
@@ -19,7 +18,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apk update &&
|
||||
apk add --no-cache \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -11,7 +11,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update \
|
||||
apt-get install -y \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
@@ -10,7 +10,6 @@ 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