From 3467cc98bcf9254616b0f66d49ef6f65ea446210 Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Fri, 22 Dec 2023 03:33:20 +0700 Subject: [PATCH] Update Dockerfile.mingw --- Dockerfile.mingw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.mingw b/Dockerfile.mingw index 7c6a82b9..cc1544fe 100644 --- a/Dockerfile.mingw +++ b/Dockerfile.mingw @@ -109,7 +109,7 @@ RUN tar xf libssh2-1.11.0.tar.bz2 && \ ARG ARIA2_VERSION=master ARG ARIA2_REF=refs/heads/master -ADD https://api.github.com/repos/$repository/git/$ARIA2_REF version.json -RUN git clone -b $ARIA2_VERSION --depth 1 https://github.com/$repository && \ +ADD https://api.github.com/repos/FiorenMas/aria2/git/$ARIA2_REF version.json +RUN git clone -b $ARIA2_VERSION --depth 1 https://github.com/FiorenMas/aria2 && \ cd aria2 && autoreconf -i && ./mingw-config && make -j$(nproc) && \ $HOST-strip src/aria2c.exe