Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuisman committed Apr 12, 2023
1 parent 77b43d6 commit 12d3481
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN cd /usr/share \
&& cd kodi.proxy \
&& echo "userdata=/config/kodi.proxy" >> config.ini \
&& virtualenv --python=python3 .env \
&& .env/bin/pip install -r requirements.txt \
&& chmod 555 proxy tv_grab_iptv_merge iptv_merge.m3u8.sh tvh.sh \
&& ln -s /usr/share/kodi.proxy/tv_grab_iptv_merge /usr/bin/tv_grab_iptv_merge

Expand Down

0 comments on commit 12d3481

Please sign in to comment.