remove yq

This commit is contained in:
Alexandre
2021-12-01 22:48:53 +01:00
parent f3637a1af2
commit a58c8be010
36 changed files with 0 additions and 38 deletions

View File

@@ -11,7 +11,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \
@@ -19,7 +18,6 @@ RUN \
smbclient \ smbclient \
|| apk add --no-cache \ || apk add --no-cache \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -11,7 +11,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -10,7 +10,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
jq \ jq \
yq \
cifs-utils \ cifs-utils \
keyutils \ keyutils \
samba \ samba \

View File

@@ -7,7 +7,6 @@ ARG BASHIO_VERSION=0.14.3
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
jq \ jq \
yq \
################## ##################
# Install bashio # # Install bashio #
################## ##################

View File

@@ -7,7 +7,6 @@ ARG BASHIO_VERSION=0.14.3
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
jq \ jq \
yq \
samba \ samba \
smbclient \ smbclient \
################## ##################

View File

@@ -15,7 +15,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
jq \ jq \
yq \
cifs-utils \ cifs-utils \
keyutils \ keyutils \
samba \ samba \

View File

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

View File

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

View File

@@ -10,7 +10,6 @@ RUN \
apk add --no-cache \ apk add --no-cache \
curl \ curl \
jq \ jq \
yq \
bash \ bash \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -9,7 +9,6 @@ RUN \
################## ##################
apk add --no-cache \ apk add --no-cache \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
\ \

View File

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

View File

@@ -11,14 +11,12 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \
samba \ samba \
smbclient || apk add --no-cache \ smbclient || apk add --no-cache \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -16,7 +16,6 @@ RUN \
apk add --no-cache \ apk add --no-cache \
curl \ curl \
jq \ jq \
yq \
bash \ bash \
xz build-base libressl-dev ca-certificates npm \ xz build-base libressl-dev ca-certificates npm \
\ \

View File

@@ -10,7 +10,6 @@ RUN apt-get update \
\ \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
jq \ jq \
yq \
samba \ samba \
smbclient \ smbclient \
\ \

View File

@@ -10,7 +10,6 @@ RUN apt-get update \
\ \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
jq \ jq \
yq \
samba \ samba \
smbclient \ smbclient \
nginx \ nginx \

View File

@@ -16,7 +16,6 @@ RUN \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
wget \ wget \
jq \ jq \
yq \
nginx \ nginx \
################## ##################
# Install bashio # # Install bashio #

View File

@@ -12,7 +12,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \
yq \
curl \ curl \
# nginx \ # nginx \
\ \

View File

@@ -11,7 +11,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -19,7 +19,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get update && apt-get update &&
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -11,7 +11,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
jq \ jq \
yq \
curl \ curl \
# Backup if change # Backup if change
|| apk add --no-cache jq curl \ || apk add --no-cache jq curl \

View File

@@ -12,7 +12,6 @@ RUN apt-get update && \
apt-get update && \ apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -13,7 +13,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -16,7 +16,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -12,7 +12,6 @@ RUN \
# Install bashio # Install bashio
apk add --no-cache \ apk add --no-cache \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
\ \

View File

@@ -17,7 +17,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
jq \ jq \
yq \
cifs-utils \ cifs-utils \
keyutils \ keyutils \
samba \ samba \

View File

@@ -11,7 +11,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -15,7 +15,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -11,7 +11,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -11,7 +11,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -11,7 +11,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -11,7 +11,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -17,7 +17,6 @@ RUN \
# Add apps # Add apps
&& apk add --no-cache \ && apk add --no-cache \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
nginx \ nginx \

View File

@@ -12,7 +12,6 @@ RUN \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -7,7 +7,6 @@ ARG BASHIO_VERSION=0.14.3
RUN apk add --no-cache \ RUN apk add --no-cache \
curl \ curl \
jq \ jq \
yq \
samba \ samba \
samba-client \ samba-client \
&& curl -J -L -o /tmp/bashio.tar.gz \ && curl -J -L -o /tmp/bashio.tar.gz \

View File

@@ -8,7 +8,6 @@ ARG BASHIO_VERSION=0.14.3
RUN apk add --no-cache \ RUN apk add --no-cache \
curl \ curl \
jq \ jq \
yq \
moreutils \ moreutils \
samba \ samba \
nginx \ nginx \

View File

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