From 3cf5139112c191eed7de74729bc982bc6ab076ca Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 9 Aug 2021 22:54:00 +0200 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #