diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index a6cdf85b7..9e957f0f1 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 \