From 134d5bbef5bd2668ddbe7fecfff44f0146b730da Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 26 Jul 2021 21:15:42 +0200 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 90622354f..4f0e8f514 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -8,8 +8,8 @@ RUN \ ################ # Install apps # ################ - apk add --no-cache jq curl bash - + apk add --no-cache jq curl bash \ + \ ################## # Install bashio # ##################