mirror of
https://github.com/casjaysdevdocker/aria2
synced 2025-09-17 21:57:47 -04:00
🗃️ modified: Dockerfile 🗃️
This commit is contained in:
@@ -6,7 +6,8 @@ ARG ARIANG_VERSION=1.2.4 \
|
|||||||
|
|
||||||
RUN mkdir -p /bin/.gitkeep /config/.gitkeep /data/.gitkeep && \
|
RUN mkdir -p /bin/.gitkeep /config/.gitkeep /data/.gitkeep && \
|
||||||
rm -Rf /bin/.gitkeep /config/.gitkeep /data/.gitkeep && \
|
rm -Rf /bin/.gitkeep /config/.gitkeep /data/.gitkeep && \
|
||||||
apk update && \
|
apk -U update && \
|
||||||
|
apk add --no-cache \
|
||||||
aria2 \
|
aria2 \
|
||||||
unzip && \
|
unzip && \
|
||||||
rm -R /etc/nginx && \
|
rm -R /etc/nginx && \
|
||||||
|
Reference in New Issue
Block a user