From d85d42ad32a4aa7f23d2755923735c6b444be785 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Jan 2021 12:21:46 +0100 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \