Bug correct : apt clean before update

This commit is contained in:
Alexandre
2021-08-27 16:26:03 +02:00
parent e0d63b8016
commit e288fa869b
13 changed files with 26 additions and 13 deletions

View File

@@ -7,7 +7,8 @@ RUN \
###############################
# Install apps test both dist #
###############################
apt-get update \
apt-get clean \
&& apt-get update \
&& apt-get install -y \
jq \
curl \

View File

@@ -25,7 +25,8 @@ COPY --from=vaultwarden /web-vault /opt/web-vault
# add Nginx
# hadolint ignore=DL3009
RUN \
apt-get update \
apt-get clean \
&& apt-get update \
\
&& apt-get install -y --no-install-recommends \
libmariadb-dev-compat \

View File

@@ -6,7 +6,8 @@ RUN \
################
# Install apps #
################
apt-get update \
apt-get clean \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
jq \
cifs-utils \

View File

@@ -11,7 +11,8 @@ RUN \
################
# Install apps #
################
apt-get update \
apt-get clean \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
jq \
cifs-utils \

View File

@@ -9,7 +9,8 @@ ARG BUILD_UPSTREAM="2.1.26"
RUN \
#Install bashio
apt-get update \
apt-get clean \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
wget \
jq \

View File

@@ -6,7 +6,8 @@ RUN \
################
# Install apps #
################
apt-get update \
apt-get clean \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
jq \
curl \

View File

@@ -12,7 +12,8 @@ RUN \
################
# Install apps #
################
apt-get update \
apt-get clean \
&& apt-get update \
&& apt-get install -y \
jq \
curl \

View File

@@ -10,7 +10,8 @@ RUN \
################
# Install apps #
################
apt-get update \
apt-get clean \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
jq \
cifs-utils \

View File

@@ -8,7 +8,8 @@ RUN \
################
# Install apps #
################
apt-get update \
apt-get clean \
&& apt-get update \
&& apt-get install -y \
jq \
curl \

View File

@@ -11,7 +11,8 @@ RUN \
################
# Install apps #
################
apt-get update \
apt-get clean \
&& apt-get update \
&& apt-get install -y \
jq \
curl \

View File

@@ -7,7 +7,8 @@ RUN \
################
# Install apps #
################
apt-get update \
apt-get clean \
&& apt-get update \
&& apt-get install -y \
jq \
curl \

View File

@@ -6,7 +6,8 @@ RUN \
################
# Install apps #
################
apt-get update \
apt-get clean \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
jq \
curl \

View File

@@ -8,7 +8,8 @@ RUN \
################
# Install apps #
################
apt-get update \
apt-get clean \
&& apt-get update \
&& apt-get install -y \
jq \
curl \