mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 20:57:45 +03:00
add aria2 (closes #67)
This commit is contained in:
parent
e5871523d0
commit
505071b101
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ WORKDIR /app
|
||||||
COPY Pipfile* docker-entrypoint.sh ./
|
COPY Pipfile* docker-entrypoint.sh ./
|
||||||
|
|
||||||
RUN chmod +x 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 && \
|
apk add --update --virtual .build-deps gcc g++ musl-dev && \
|
||||||
pip install --no-cache-dir pipenv && \
|
pip install --no-cache-dir pipenv && \
|
||||||
pipenv install --system --deploy --clear && \
|
pipenv install --system --deploy --clear && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue