Update 00-aaa_dockerfile_backup.sh

This commit is contained in:
Alexandre
2021-11-30 17:59:48 +01:00
committed by GitHub
parent b7b685cd9e
commit 58bcdab92e

View File

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