diff --git a/Dockerfile b/Dockerfile index 9fd21a3..a24730e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ RUN \ ARG QBITTORRENT_TAG RUN \ # Install qbittorrent-nox - if [ -z $QBITTORRENT_TAG ]; then QBT_DL_PATH="latest/download/$(/bin/sh /tmp/build-scripts/qbittorrent-nox-static-arch)-qbittorrent-nox"; else QBT_DL_PATH="download/$QBITTORRENT_TAG/$(/bin/sh /tmp/build/qbittorrent-nox-static-arch)-qbittorrent-nox"; fi && \ + if [ -z $QBITTORRENT_TAG ]; then QBT_DL_PATH="latest/download/$(/bin/sh /tmp/build-scripts/qbittorrent-nox-static-arch)-qbittorrent-nox"; else QBT_DL_PATH="download/$QBITTORRENT_TAG/$(/bin/sh /tmp/build-scripts/qbittorrent-nox-static-arch)-qbittorrent-nox"; fi && \ wget -O /bin/qbittorrent-nox "https://github.com/userdocs/qbittorrent-nox-static/releases/$QBT_DL_PATH" && \ chmod +x /bin/qbittorrent-nox @@ -77,4 +77,4 @@ RUN \ VOLUME /config /downloads EXPOSE 8080 -CMD ["/init"] \ No newline at end of file +CMD ["/init"]