We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ae9ba commit 159991cCopy full SHA for 159991c
1 file changed
Dockerfile.mingw_x64.patch
@@ -15,15 +15,16 @@
15
16
# It would be better to use nearest ubuntu archive mirror for faster
17
# downloads.
18
-@@ -106,6 +106,8 @@
+@@ -106,6 +106,9 @@
19
LIBS="-lws2_32" && \
20
make install
21
ADD https://api.github.com/repos/aria2/aria2/git/refs/heads/master version.json
22
-RUN git clone https://github.com/aria2/aria2 && \
23
- cd aria2 && autoreconf -i && ./mingw-config && make && \
24
+RUN git clone -b release-1.35.0 https://github.com/aria2/aria2 && \
25
+ cd aria2 && \
26
-+ patch -Np1 < ../aria2-fast.patch && \
++ curl -L -o aria2-fast.patch "https://raw.githubusercontent.com/hosxy/aria2-fast/master/aria2-fast.patch" && \
27
++ patch -Np1 < ./aria2-fast.patch && \
28
+ autoreconf -i && ./mingw-config && make && \
29
$HOST-strip src/aria2c.exe
30
0 commit comments