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

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