Skip to content

Commit

Permalink
Use master
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuisman committed Jul 5, 2019
1 parent b0e4ef7 commit 1de9e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM linuxserver/tvheadend
RUN apk add --no-cache py-virtualenv wget

RUN cd /usr/share \
&& wget -O proxy.tar.gz https://codeload.github.com/matthuisman/kodi.proxy/tar.gz/5e06d75b9e9eafcbee9972c8028b74db4df0387b \
&& wget -O proxy.tar.gz https://codeload.github.com/matthuisman/kodi.proxy/tar.gz/master \
&& tar -xf proxy.tar.gz \
&& rm proxy.tar.gz \
&& mv kodi.proxy-* kodi.proxy \
Expand Down

0 comments on commit 1de9e5c

Please sign in to comment.