Skip to content

Commit

Permalink
Merge pull request #332 from dfigus/fix-duplicate-wg++-build
Browse files Browse the repository at this point in the history
Remove Duplicate WG++ Build in Dockerfile
  • Loading branch information
dfigus authored Jan 24, 2025
2 parents d5dbf4f + 4c4f9e9 commit c1e6d2d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tvheadend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -254,18 +254,6 @@ RUN \
&& sed -i 's|~/.wg++/guide.xml|/config/tvheadend/wg++/guide.xml|g' /usr/bin/tv_grab_wg++ \
&& chmod +x /usr/bin/tv_grab_wg++

# install WebGrab+
RUN \
mkdir -p /wg/tmp \
&& curl -o /wg/tmp/wg.tar.gz http://www.webgrabplus.com/sites/default/files/download/SW/V5.3.0/WebGrabPlus_V5.3_install.tar.gz \
&& tar -zxvf /wg/tmp/wg.tar.gz -C /wg \
&& /wg/.wg++/install.sh \
&& sed -i "s|<filename>guide.xml</filename>|<filename>/config/tvheadend/wg++/guide.xml</filename>|g" /wg/.wg++/WebGrab++.config.xml \
&& rm -rf /wg/tmp \
&& curl -o /usr/bin/tv_grab_wg++ http://www.webgrabplus.com/sites/default/files/tv_grab_wg.txt \
&& sed -i 's|~/.wg++/guide.xml|/config/tvheadend/wg++/guide.xml|g' /usr/bin/tv_grab_wg++ \
&& chmod +x /usr/bin/tv_grab_wg++

# Copy root filesystem
COPY rootfs /

Expand Down

0 comments on commit c1e6d2d

Please sign in to comment.