Update Dockerfile

This commit is contained in:
Alexandre
2021-10-22 17:50:19 +02:00
committed by GitHub
parent a9ae1c387f
commit 17dcecc7c3

View File

@@ -7,6 +7,7 @@ RUN apk add --no-cache \
curl \
jq \
samba \
samba-client \
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \
&& mkdir /tmp/bashio \