This commit is contained in:
Jonathan Ervine 2020-12-14 14:26:32 +08:00
parent bafc62c306
commit daf9c73485

View File

@ -11,7 +11,7 @@ RUN git clone https://git.ervine.org/jonny/atomicparsley atomic && \
wget -qO - "https://api.github.com/repos/get-iplayer/get_iplayer/releases/latest" > /tmp/latest.json && \
echo get_iplayer release `jq -r .name /tmp/latest.json` && \
wget -qO - "`jq -r .tarball_url /tmp/latest.json`" | tar -zxf - && \
chmod 755 get-iplayer/get_iplaye*
chmod 755 get-iplayer*/get_iplayer get-iplayer*/get_iplayer.cgi
FROM harbor.ervine.dev/public/x86_64/alpine:v3.12