mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
Update Dockerfile.mingw
avoid docker cache when using git
This commit is contained in:
parent
94a47ec428
commit
63c4ab14f7
@ -105,7 +105,7 @@ RUN tar xf libssh2-1.8.0.tar.gz && \
|
|||||||
--with-wincng \
|
--with-wincng \
|
||||||
LIBS="-lws2_32" && \
|
LIBS="-lws2_32" && \
|
||||||
make install
|
make install
|
||||||
|
ADD https://api.github.com/repos/aria2/aria2/git/refs/heads/master version.json
|
||||||
RUN git clone https://github.com/aria2/aria2 && \
|
RUN git clone https://github.com/aria2/aria2 && \
|
||||||
cd aria2 && autoreconf -i && ./mingw-config && make && \
|
cd aria2 && autoreconf -i && ./mingw-config && make && \
|
||||||
$HOST-strip src/aria2c.exe
|
$HOST-strip src/aria2c.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user