Update Dockerfile.mingw

pull/2172/head
Fioren 2023-12-22 03:33:20 +07:00 committed by GitHub
parent 0b59b66397
commit 3467cc98bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ RUN tar xf libssh2-1.11.0.tar.bz2 && \
ARG ARIA2_VERSION=master
ARG ARIA2_REF=refs/heads/master
ADD https://api.github.com/repos/$repository/git/$ARIA2_REF version.json
RUN git clone -b $ARIA2_VERSION --depth 1 https://github.com/$repository && \
ADD https://api.github.com/repos/FiorenMas/aria2/git/$ARIA2_REF version.json
RUN git clone -b $ARIA2_VERSION --depth 1 https://github.com/FiorenMas/aria2 && \
cd aria2 && autoreconf -i && ./mingw-config && make -j$(nproc) && \
$HOST-strip src/aria2c.exe