diff --git a/enedisgateway2mqtt/rootfs/entrypoint.sh b/enedisgateway2mqtt/rootfs/entrypoint.sh index d3ee5cdc1..fd6a045fc 100644 --- a/enedisgateway2mqtt/rootfs/entrypoint.sh +++ b/enedisgateway2mqtt/rootfs/entrypoint.sh @@ -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 #