🗃️ modified: Dockerfile 🗃️

This commit is contained in:
Jason 2022-07-11 13:10:02 -04:00
parent 927c539fe9
commit a1c2562667
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -6,7 +6,8 @@ ARG ARIANG_VERSION=1.2.4 \
RUN mkdir -p /bin/.gitkeep /config/.gitkeep /data/.gitkeep && \
rm -Rf /bin/.gitkeep /config/.gitkeep /data/.gitkeep && \
apk update && \
apk -U update && \
apk add --no-cache \
aria2 \
unzip && \
rm -R /etc/nginx && \