From c597e4299b2f429f9408b35ee2a53ee11c1dd005 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:29:00 +0100 Subject: [PATCH] Update Dockerfile --- jackett/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jackett/Dockerfile b/jackett/Dockerfile index 44edd80c8..b37be6ef0 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -88,7 +88,7 @@ RUN false && if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update & && curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/automatic_packages.sh" --output /automatic_packages.sh \ && chmod 777 /automatic_packages.sh \ && eval /./automatic_packages.sh "${PACKAGES:-}" \ - && rm /automatic_packages.sh || (printf '%s\n' "${PACKAGES:-}" > /ENVFILE) + && rm /automatic_packages.sh || printf '%s\n' "${PACKAGES:-}" > /ENVFILE ################ # 4 Entrypoint #