From 384d0694388022d2d97d0babf7fb9fee26679d5b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 27 Jul 2021 08:00:58 +0200 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index eed10bf3b..1fa86b13a 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -8,7 +8,7 @@ RUN \ ################ # Install apps # ################ - apk add --no-cache jq curl bash \ + apk add --no-cache jq curl bash nginx \ \ ################## # Install bashio #