Fix typo
This commit is contained in:
parent
bafc62c306
commit
daf9c73485
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user