From cc8f95fa66580025d1bc21e47827f976399faeeb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 29 Nov 2021 13:52:29 +0100 Subject: [PATCH] Update Dockerfile --- ubooquity/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index bfcbdf419..811650f45 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -13,6 +13,7 @@ RUN apk add --no-cache \ jq \ moreutils \ samba \ + nginx \ && curl -J -L -o /tmp/bashio.tar.gz \ "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" \ && mkdir /tmp/bashio \