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

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