From 63c4ab14f7d3858a189e8fa68075c763e1616bfa Mon Sep 17 00:00:00 2001 From: qweaszxcdf Date: Wed, 26 Jul 2017 11:16:48 +0800 Subject: [PATCH] Update Dockerfile.mingw avoid docker cache when using git --- Dockerfile.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.mingw b/Dockerfile.mingw index 06fc7c7e..0c29b1da 100644 --- a/Dockerfile.mingw +++ b/Dockerfile.mingw @@ -105,7 +105,7 @@ RUN tar xf libssh2-1.8.0.tar.gz && \ --with-wincng \ LIBS="-lws2_32" && \ make install - +ADD https://api.github.com/repos/aria2/aria2/git/refs/heads/master version.json RUN git clone https://github.com/aria2/aria2 && \ cd aria2 && autoreconf -i && ./mingw-config && make && \ $HOST-strip src/aria2c.exe