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 # # Install apps #
################ ################
apt-get clean && apt-get clean
apt-get update && apt-get update
apt-get install -y \ apt-get install -y \
jq \ jq \
yamllint \
curl && curl &&
apt-get clean apt-get clean