mirror of
https://github.com/casjaysdevdocker/aria2
synced 2025-01-18 12:34:31 -05:00
🗃️ modified: Dockerfile 🗃️
This commit is contained in:
parent
927c539fe9
commit
a1c2562667
@ -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 && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user