From 524bcb65b38ff2f602c0c402e43ccd85be36f0c5 Mon Sep 17 00:00:00 2001 From: lindatess Date: Sat, 18 Feb 2017 18:43:48 +1100 Subject: [PATCH] Personal Use Update for personal use --- Dockerfile.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.mingw b/Dockerfile.mingw index 13626d60..16ce3be7 100644 --- a/Dockerfile.mingw +++ b/Dockerfile.mingw @@ -106,6 +106,6 @@ RUN tar xf libssh2-1.8.0.tar.gz && \ LIBS="-lws2_32" && \ make install -RUN git clone https://github.com/aria2/aria2 && \ +RUN git clone https://github.com/lindatess/aria2 && \ cd aria2 && autoreconf -i && ./mingw-config && make && \ $HOST-strip src/aria2c.exe