Update Dockerfile

This commit is contained in:
Alexandre
2021-02-16 22:42:00 +01:00
committed by GitHub
parent b308f673fc
commit 34f941c278

View File

@@ -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 \