From aa122ee2a9361d4209f205ea26cceb0ef8ce33d0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 14 Mar 2023 21:39:44 +0100 Subject: [PATCH] Update Dockerfile --- sponsorblockcast/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sponsorblockcast/Dockerfile b/sponsorblockcast/Dockerfile index c5a1d6803..f01a8c78c 100644 --- a/sponsorblockcast/Dockerfile +++ b/sponsorblockcast/Dockerfile @@ -28,7 +28,8 @@ RUN apk --no-cache add jq bc grep curl \ && tar xzf /root/go-chromecast.tgz -C /usr/bin \ && rm -rf /root/* \ && chmod +x /usr/bin/go-chromecast \ - && curl https://raw.githubusercontent.com/nichobi/sponsorblockcast/main/sponsorblockcast.sh -o /usr/bin/sponsorblockcast + && curl https://raw.githubusercontent.com/nichobi/sponsorblockcast/main/sponsorblockcast.sh -o /usr/bin/sponsorblockcast \ + && chmod +x /usr/bin/sponsorblockcast ################## # 3 Install apps #