mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
update aria2
This commit is contained in:
parent
e944b595e5
commit
ccb351e17b
@ -10,7 +10,7 @@ ENV TOKEN 00000000-0000-0000-0000-000000000000
|
||||
RUN set -xe \
|
||||
&& apk add -U aria2 \
|
||||
&& rm -rf /var/cache/apk/* \
|
||||
&& aria2c https://github.com/tianon/gosu/releases/download/1.8/gosu-amd64 -o /usr/local/bin/gosu \
|
||||
&& aria2c https://github.com/tianon/gosu/releases/download/1.10/gosu-amd64 -o /usr/local/bin/gosu \
|
||||
&& chmod +x /usr/local/bin/gosu \
|
||||
&& adduser -D aria2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user