diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 661a72787..776e3fceb 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -10,7 +10,7 @@ RUN \ ################ # Install apps # ################ - apk add --no-cache jq curl bash || (apt-get update && apt-get install -y jq curl bash && apt-get clean) \ + apt-get update && apt-get install -y jq curl bash && apt-get clean || apk add --no-cache jq curl bash \ \ ################## # Install bashio #