From 7d897e0e42895c38e19739bfce44d2c53db27070 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 9 Apr 2021 21:52:10 +0200 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/joal/Dockerfile b/joal/Dockerfile index 96c112942..378e4224a 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -13,6 +13,7 @@ RUN \ && apt-get install -y --no-install-recommends \ wget \ jq \ + nginx \ && curl -J -L -o /tmp/bashio.tar.gz \ "https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \ && mkdir /tmp/bashio \