diff --git a/base/Dockerfile b/base/Dockerfile index 5c42e5a..c40d9c6 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -56,11 +56,12 @@ RUN \ \ && curl -J -L -o /tmp/bashio.tar.gz \ "https://github.com/hassio-addons/bashio/archive/v0.3.1.tar.gz" \ + && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \ - --strip 1 -C /tmp \ + --strip 1 -C /tmp/bashio \ \ - && mv /tmp/lib /usr/lib/bashio \ + && mv /tmp/bashio/lib /usr/lib/bashio \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ \ && apk del --purge .build-dependencies \