Debug output
This commit is contained in:
parent
daf9c73485
commit
72344cef4c
@ -11,7 +11,9 @@ 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 && \
|
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` && \
|
echo get_iplayer release `jq -r .name /tmp/latest.json` && \
|
||||||
wget -qO - "`jq -r .tarball_url /tmp/latest.json`" | tar -zxf - && \
|
wget -qO - "`jq -r .tarball_url /tmp/latest.json`" | tar -zxf - && \
|
||||||
chmod 755 get-iplayer*/get_iplayer get-iplayer*/get_iplayer.cgi
|
chmod 755 get-iplayer*/get_iplayer get-iplayer*/get_iplayer.cgi && \
|
||||||
|
echo "Working directory $PWD" && \
|
||||||
|
echo $PWD
|
||||||
|
|
||||||
FROM harbor.ervine.dev/public/x86_64/alpine:v3.12
|
FROM harbor.ervine.dev/public/x86_64/alpine:v3.12
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user