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 \