Skip to content

Commit

Permalink
👕 Tweaks Bashio installation for a cleaner resulting image
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 10, 2019
1 parent c9c43e7 commit 893f418
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 893f418

Please sign in to comment.