From 8459f0c38fc91016f8781b1cf2f365de9182296e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 8 Dec 2021 13:40:30 +0100 Subject: [PATCH] Update Dockerfile --- emby/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emby/Dockerfile b/emby/Dockerfile index feb8d1874..7187def8b 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -14,7 +14,7 @@ RUN $(curl --help &>/dev/null) && (apt-get install -y --no-install-recommends cu curl -L -f -s "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/zzz_templates/automatic_packages.sh" --output /automatic_packages.sh && \ chmod 777 /automatic_packages.sh && \ /automatic_packages.sh && \ - rm /automatic_packages.sh + rm /automatic_packages.sh || true RUN \ #############################