Skip to content

Commit

Permalink
Update Dockerfile.armhf
Browse files Browse the repository at this point in the history
Add links so twc classic ui button works.
  • Loading branch information
Dulanic authored Nov 14, 2018
1 parent 020a485 commit b981557
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ RUN apt-get update \
&& mkdir /opt/transmission-ui/transmission-web-control \
&& curl -L https://github.com/ronggang/twc-release/raw/master/src.tar.gz \
| tar -C /opt/transmission-ui/transmission-web-control/ -xzv \
&& ln -s /usr/share/transmission/web/style /opt/transmission-ui/transmission-web-control \
&& ln -s /usr/share/transmission/web/images /opt/transmission-ui/transmission-web-control \
&& ln -s /usr/share/transmission/web/javascript /opt/transmission-ui/transmission-web-control \
&& ln -s /usr/share/transmission/web/index.html /opt/transmission-ui/transmission-web-control \
&& apt-get purge git unzip \
&& apt-get autoremove --purge \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
Expand Down

0 comments on commit b981557

Please sign in to comment.