mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-01 14:50:51 +02:00
Bug correct : apt clean before update
This commit is contained in:
@@ -7,7 +7,8 @@ RUN \
|
||||
################
|
||||
# Install apps #
|
||||
################
|
||||
apt-get update \
|
||||
apt-get clean \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
jq \
|
||||
curl \
|
||||
|
||||
Reference in New Issue
Block a user