From 398d1ef16663bbebe346f6da13488dbc94b20f48 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 3 Jul 2021 19:24:56 +0200 Subject: [PATCH] Update Dockerfile --- filebrowser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \