Explorar o código

Merge pull request #970 from qweaszxcdf/patch-1

Update Dockerfile.mingw
Tatsuhiro Tsujikawa %!s(int64=8) %!d(string=hai) anos
pai
achega
527093acc7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile.mingw

+ 1 - 1
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