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 # ##################