From 8a844f21675db29fd574e8ee830fe846c181712e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 9 Aug 2021 14:42:34 +0200 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index bc58ca5f5..661a72787 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -10,7 +10,7 @@ RUN \ ################ # Install apps # ################ - apk add --no-cache jq curl bash \ + apk add --no-cache jq curl bash || (apt-get update && apt-get install -y jq curl bash && apt-get clean) \ \ ################## # Install bashio #