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