diff --git a/joal/Dockerfile b/joal/Dockerfile index 7e5c5beae..b749c8745 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -8,6 +8,7 @@ RUN \ apt-get update \ && apt-get install -y --no-install-recommends \ jq \ + tar \ && curl -J -L -o /tmp/bashio.tar.gz \ "https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \ && mkdir /tmp/bashio \