From f12158b546002e6d44400649a19435d3e6929d20 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Nov 2021 20:33:47 +0100 Subject: [PATCH] Update entrypoint.sh --- enedisgateway2mqtt/rootfs/entrypoint.sh | 4 ---- 1 file changed, 4 deletions(-) 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 #