mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-23 04:56:28 +01:00
Update 00-aaa_dockerfile_backup.sh
This commit is contained in:
@@ -6,10 +6,11 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
################
|
||||
# Install apps #
|
||||
################
|
||||
apt-get clean &&
|
||||
apt-get update &&
|
||||
apt-get install -y \
|
||||
apt-get clean
|
||||
apt-get update
|
||||
apt-get install -y \
|
||||
jq \
|
||||
yamllint \
|
||||
curl &&
|
||||
apt-get clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user