From d5da0ab4061f839d65b34017d3c60f3fdf850ba3 Mon Sep 17 00:00:00 2001 From: Dulanic <2948206+Dulanic@users.noreply.github.com> Date: Wed, 14 Nov 2018 12:53:26 -0600 Subject: [PATCH] Update Dockerfile.armhf --- Dockerfile.armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index ee3edf00e5..e553617ed9 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -20,7 +20,7 @@ RUN apt-get update \ && 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 \ + && ln -s /usr/share/transmission/web/index.html /opt/transmission-ui/transmission-web-control/index.original.html \ && apt-get purge git unzip \ && apt-get autoremove --purge \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \