Update entrypoint.sh

This commit is contained in:
Alexandre
2021-11-05 20:33:47 +01:00
committed by GitHub
parent b786783a6e
commit f12158b546

View File

@@ -10,10 +10,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get install -y --no-install-recommends \
jq \
curl
apk update &&
apk add --no-cache \
jq \
curl
###################
# Install bashio #