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 #