Update Dockerfile

This commit is contained in:
Alexandre
2021-10-22 15:10:23 +02:00
committed by GitHub
parent 193b417f9c
commit 147c916c5c

View File

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