Merge pull request #2104 from aria2/docker-mingw-update-cp

Dockerfile.mingw: Update how to get aria2c.exe from a container
pull/2107/head
Tatsuhiro Tsujikawa 2023-09-18 01:09:57 +09:00 committed by GitHub
commit dfc607ae74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@
# /aria2/src/aria2c.exe. You can copy the binary using following
# commands:
#
# $ id=$(sudo docker create aria2-mingw)
# $ sudo docker cp $id:/aria2/src/aria2c.exe <dest>
# $ sudo docker rm -v $id
# $ sudo docker run --rm -it -v /path/to/dest:/out aria2-mingw cp /aria2/src/aria2c.exe /out
FROM ubuntu:22.04