Skip to content

Commit

Permalink
bump lazystream with logos fix (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah authored Jan 14, 2021
1 parent 3d3843b commit ba1ff24
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 201 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN wget https://github.com/xteve-project/xTeVe-Downloads/raw/master/xteve_linux_amd64.zip -O temp.zip; unzip temp.zip -d /usr/bin/; rm temp.zip

# Add lazystream
RUN wget https://github.com/tarkah/lazystream/releases/download/v1.10.4/lazystream-v1.10.4-x86_64-unknown-linux-musl.tar.gz -O lazystream.tar.gz; \
RUN wget https://github.com/tarkah/lazystream/releases/download/v1.10.6/lazystream-v1.10.6-x86_64-unknown-linux-musl.tar.gz -O lazystream.tar.gz; \
tar xzf lazystream.tar.gz; \
mv lazystream/lazystream /usr/bin/lazystream; \
rm lazystream.tar.gz; \
Expand Down
Loading

0 comments on commit ba1ff24

Please sign in to comment.