add aria2 (closes #67)

pull/176/head
Alex 2022-08-13 16:54:47 +03:00 committed by GitHub
parent e5871523d0
commit 505071b101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ WORKDIR /app
COPY Pipfile* docker-entrypoint.sh ./
RUN chmod +x docker-entrypoint.sh && \
apk add --update ffmpeg coreutils shadow su-exec && \
apk add --update ffmpeg aria2 coreutils shadow su-exec && \
apk add --update --virtual .build-deps gcc g++ musl-dev && \
pip install --no-cache-dir pipenv && \
pipenv install --system --deploy --clear && \