From 173d9b83262accd3d59c34d04d59eec1d9d14b37 Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Sat, 31 Oct 2020 13:14:08 +0100 Subject: [PATCH] End list of arguments for apk properly --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 32f3e09..e0cfdb4 100755 --- a/run +++ b/run @@ -67,7 +67,7 @@ fi if [ -n "${PACKAGES}" ]; then bashio::log.info "Installing extra packages: $PACKAGES" - apk add --quiet --no-progress --no-cache $PACKAGES + apk add --quiet --no-progress --no-cache -- $PACKAGES fi #