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 \