bump lazy stream (#58)
This commit is contained in:
20
Dockerfile
20
Dockerfile
@@ -14,15 +14,15 @@ RUN tar xzf /tmp/s6overlay.tar.gz -C / \
|
|||||||
# Add packages
|
# Add packages
|
||||||
RUN apk upgrade --update --no-cache \
|
RUN apk upgrade --update --no-cache \
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tzdata \
|
tzdata \
|
||||||
bash \
|
bash \
|
||||||
coreutils \
|
coreutils \
|
||||||
shadow \
|
shadow \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
vlc \
|
vlc \
|
||||||
gnutls-utils
|
gnutls-utils
|
||||||
|
|
||||||
# Update Timezone
|
# Update Timezone
|
||||||
ENV TZ=America/Los_Angeles
|
ENV TZ=America/Los_Angeles
|
||||||
@@ -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
|
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
|
# Add lazystream
|
||||||
RUN wget https://github.com/tarkah/lazystream/releases/download/v1.11.4/lazystream-v1.11.4-x86_64-unknown-linux-musl.tar.gz -O lazystream.tar.gz; \
|
RUN wget https://github.com/tarkah/lazystream/releases/download/v1.11.6/lazystream-v1.11.6-x86_64-unknown-linux-musl.tar.gz -O lazystream.tar.gz; \
|
||||||
tar xzf lazystream.tar.gz; \
|
tar xzf lazystream.tar.gz; \
|
||||||
mv ././lazystream /usr/bin/lazystream; \
|
mv ././lazystream /usr/bin/lazystream; \
|
||||||
rm lazystream.tar.gz; \
|
rm lazystream.tar.gz; \
|
||||||
|
|||||||
@@ -42,7 +42,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_arm64.zip -O temp.zip; unzip temp.zip -d /usr/bin/; rm temp.zip
|
RUN wget https://github.com/xteve-project/xTeVe-Downloads/raw/master/xteve_linux_arm64.zip -O temp.zip; unzip temp.zip -d /usr/bin/; rm temp.zip
|
||||||
|
|
||||||
# Add lazystream
|
# Add lazystream
|
||||||
RUN wget https://github.com/tarkah/lazystream/releases/download/v1.11.4/lazystream-v1.11.4-aarch64-unknown-linux-gnu.tar.gz -O lazystream.tar.gz; \
|
RUN wget https://github.com/tarkah/lazystream/releases/download/v1.11.6/lazystream-v1.11.6-aarch64-unknown-linux-gnu.tar.gz -O lazystream.tar.gz; \
|
||||||
tar xzf lazystream.tar.gz; \
|
tar xzf lazystream.tar.gz; \
|
||||||
mv ././lazystream /usr/bin/lazystream; \
|
mv ././lazystream /usr/bin/lazystream; \
|
||||||
rm lazystream.tar.gz; \
|
rm lazystream.tar.gz; \
|
||||||
|
|||||||
Reference in New Issue
Block a user