From 6c7a57b7144ca15363264e35a9b5d77034a97fe2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 14 Mar 2023 21:25:54 +0100 Subject: [PATCH] Update Dockerfile --- sponsorblockcast/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sponsorblockcast/Dockerfile b/sponsorblockcast/Dockerfile index e4119c2e1..29e62f3a5 100644 --- a/sponsorblockcast/Dockerfile +++ b/sponsorblockcast/Dockerfile @@ -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 #