From d9c6d44ad99961cfe3b34d993d82387cc2b1cc99 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Feb 2021 21:56:50 +0100 Subject: [PATCH] Update Dockerfile --- ubooquity/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index 7cca3e25d..221fa1d4a 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -10,6 +10,7 @@ COPY rootfs / RUN apk add --no-cache \ curl \ jq \ + moreutils \ && curl -J -L -o /tmp/bashio.tar.gz \ "https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \ && mkdir /tmp/bashio \