Update Dockerfile

This commit is contained in:
Alexandre
2023-03-14 21:25:54 +01:00
committed by GitHub
parent 500c6a0d3b
commit 6c7a57b714

View File

@@ -27,9 +27,8 @@ RUN apk --no-cache add jq bc grep curl \
&& wget $GC_URL -O /root/go-chromecast.tgz \
&& tar xzf /root/go-chromecast.tgz -C /usr/bin \
&& rm -rf /root/* \
&& chmod +x /usr/bin/go-chromecast
ADD sponsorblockcast.sh /usr/bin/sponsorblockcast
&& chmod +x /usr/bin/go-chromecast \
&& curl https://raw.githubusercontent.com/nichobi/sponsorblockcast/main/sponsorblockcast.sh -o /usr/bin/sponsorblockcast
##################
# 3 Install apps #