diff options
author | Alex <alexta69@gmail.com> | 2022-08-13 16:54:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-13 16:54:47 +0300 |
commit | 505071b10197d930bdb8c03a5deb26834dd12ccf (patch) | |
tree | 95bd819394cd5279c68d102765ae335442e63f11 | |
parent | upgraded yt-dlp (diff) | |
download | metube-505071b10197d930bdb8c03a5deb26834dd12ccf.tar.gz metube-505071b10197d930bdb8c03a5deb26834dd12ccf.tar.bz2 metube-505071b10197d930bdb8c03a5deb26834dd12ccf.zip |
add aria2 (closes #67)
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 && \
|