Skip to content

Commit

Permalink
bump lazystream to 1.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Jan 17, 2021
1 parent ba1ff24 commit 1f44867
Showing 1 changed file with 1 addition and 1 deletion.
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.6/lazystream-v1.10.6-x86_64-unknown-linux-musl.tar.gz -O lazystream.tar.gz; \
RUN wget https://github.com/tarkah/lazystream/releases/download/v1.10.7/lazystream-v1.10.7-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

0 comments on commit 1f44867

Please sign in to comment.