Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kolonuk authored Jul 30, 2018
1 parent 9396030 commit 93c68cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $latest = $(curl --silent "https://api.github.com/repos/get-iplayer/get_iplayer/
echo Current version: $current, Latest version: $latest\n\
if [[ "$current" -ne "$latest" ]]\n\
then\n\
$tarball = $(curl --silent "https://api.github.com/repos/$1/releases/latest" | grep -Po '"tarball_url": "\K.*?(?=")')\n\
$tarball = $(curl --silent "https://api.github.com/repos/get-iplayer/get_iplayer/releases/latest" | grep -Po '"tarball_url": "\K.*?(?=")')\n\
wget -q $tarball -O /root/latest.tar.gz &&\
tar -xzf /root/latest.tar.gz -C /root/ &&\
echo $current > /root/current\n\
Expand Down

0 comments on commit 93c68cc

Please sign in to comment.