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 \