mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 07:40:52 +02:00
Bug correct : apt clean before update
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user