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

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