From 91c45e21531ee0fa1248db11773ee602ab2dcd6a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 26 Jul 2021 21:24:12 +0200 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 4f0e8f514..e0c391330 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -13,18 +13,18 @@ RUN \ ################## # Install bashio # ################## - #&& curl -J -L -o /tmp/bashio.tar.gz \ - #"https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \ - #&& mkdir /tmp/bashio \ - #&& tar zxvf \ - #/tmp/bashio.tar.gz \ - #--strip 1 -C /tmp/bashio \ - #\ - #&& mv /tmp/bashio/lib /usr/lib/bashio \ - #&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ - # && rm -fr \ - #/tmp/* \ - # \ + && mkdir -p /bashio/bashio \ + && curl -J -L -o /bashio/bashio.tar.gz \ + "https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \ + && tar zxvf \ + /bashio/bashio.tar.gz \ + --strip 1 -C /bashio/bashio \ + \ + && mv /bashio/bashio/lib /usr/lib/bashio \ + && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ + && rm -fr \ + /bashio \ + \ ############### # Adapt image # ###############