mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 09:36:44 +00:00
add aria2
This commit is contained in:
18
aria2/Dockerfile
Normal file
18
aria2/Dockerfile
Normal file
@@ -0,0 +1,18 @@
|
||||
FROM alpine:3.8
|
||||
|
||||
MAINTAINER Newnius <newnius.cn@gmail.com>
|
||||
|
||||
USER root
|
||||
|
||||
# Prerequisites
|
||||
RUN apk add --no-cache aria2
|
||||
|
||||
RUN mkdir -p /etc/aria2/
|
||||
|
||||
ADD aria2.conf /etc/aria2/aria2.conf
|
||||
|
||||
ADD bootstrap.sh /etc/bootstrap.sh
|
||||
|
||||
WORKDIR /
|
||||
|
||||
CMD ["/etc/bootstrap.sh"]
|
||||
Reference in New Issue
Block a user