Update 00-aaa_dockerfile_backup.sh

This commit is contained in:
Alexandre
2021-11-22 18:45:31 +01:00
committed by GitHub
parent 28eca160a4
commit caa4394e5e

View File

@@ -3,12 +3,14 @@
if [ ! -f "/usr/bin/bashio" ]; then if [ ! -f "/usr/bin/bashio" ]; then
echo "Bashio does not exist, executing script" echo "Bashio does not exist, executing script"
( (
# Remove errors on apt-get
export DEBIAN_FRONTEND=noninteractive
################ ################
# Install apps # # Install apps #
################ ################
apt-get clean && apt-get clean &&
apt-get update && apt-get update &&
apt-get install -y --no-install-recommends \ apt-get install -yq --no-install-recommends \
jq \ jq \
curl \ curl \
yamllint yamllint