From 8bb8f726c558f820333125ef29c27d1fd11d576d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Feb 2021 23:11:02 +0100 Subject: [PATCH] Update Dockerfile --- scrutiny/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index df4c037d8..9ede2bee1 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -6,9 +6,10 @@ FROM ${BUILD_FROM}${BUILD_VERSION} COPY rootfs / RUN \ - chmod 777 /run.sh + chmod 777 /run.sh \ + \ # Install bashio - apk add --no-cache \ + && apk add --no-cache \ jq \ curl \ cifs-utils \