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