From 590be2cae82c39c8ef67b1c591e28b6c3196873f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 20 Sep 2021 19:37: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 1deea233b..a981572d0 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -10,7 +10,7 @@ RUN \ ################ # Install apps # ################ - apt-get update && apt-get install -y jq curl bash && apt-get clean || apk add --no-cache jq curl bash \ + apt-get update && apt-get install -y jq curl bash nginx && apt-get clean || apk add --no-cache jq curl bash nginx \ \ ################## # Install bashio #