some tidying remove unneeded copy

This commit is contained in:
sparklyballs
2018-02-07 21:28:00 +00:00
parent b570e58958
commit 8df0c56396

View File

@@ -19,7 +19,6 @@ RUN \
tar && \
echo "**** install heimdall ****" && \
VERSION="$(curl -sX GET https://api.github.com/repos/linuxserver/Heimdall/releases/latest | grep 'tag_name' | cut -d\" -f4)" && \
echo "**Installing Heimdall ${VERSION}**" && \
mkdir -p \
/var/www/localhost/heimdall && \
curl -o \