diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index c5f8e478f..1eded9e97 100644 --- a/filebrowser/Dockerfile +++ b/filebrowser/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache \ jq \ bash \ bind-tools \ - #nginx \ + nginx \ && curl -J -L -o /tmp/bashio.tar.gz \ "https://github.com/hassio-addons/bashio/archive/v0.12.1.tar.gz" \ && mkdir /tmp/bashio \