From a668b806c5fe7d461afe4fe6114515f015d3f4b1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 8 Oct 2022 22:03:21 +0200 Subject: [PATCH] Update Dockerfile --- unpackerr/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unpackerr/Dockerfile b/unpackerr/Dockerfile index 5eada1215..eb66fee00 100644 --- a/unpackerr/Dockerfile +++ b/unpackerr/Dockerfile @@ -2,11 +2,11 @@ # ALEXBELGIUM'S DOCKERFILE # #============================# # _.------. -# _.-` ('>.-`"testing-abb5d4e-2022-09-21""-. +# _.-` ('>.-`"""-. # '.--'` _'` _ .--.) # -' '-.-';` ` # ' - _.' ``'--. -# '---` .-'"testing-abb5d4e-2022-09-21"` +# '---` .-'""` # /` #=== Home Assistant Addon ===# @@ -51,7 +51,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get # && chmod a+x /etc/s6-overlay/s6-rc.d/$SCRIPTSNAME/* ; done; fi # Manual apps -ARG PACKAGES="testing-abb5d4e-2022-09-21" +ARG PACKAGES="" # Automatic apps & bashio # hadolint ignore=SC2015