From 34f941c278afd1eff3f8e2933fdeea94b8c9cd10 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Feb 2021 22:42:00 +0100 Subject: [PATCH] Update Dockerfile --- filebrowser/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index 3a039a1d6..48db2502d 100644 --- a/filebrowser/Dockerfile +++ b/filebrowser/Dockerfile @@ -4,6 +4,7 @@ FROM "hurlenko/filebrowser:v$BUILD_VERSION" RUN apk add --no-cache \ curl \ jq \ + bash \ && curl -J -L -o /tmp/bashio.tar.gz \ "https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \ && mkdir /tmp/bashio \