Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wy580477 committed Jul 2, 2022
1 parent 290a962 commit 5cdd50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV STATE_DIR=/mnt/data/videos/.metube
RUN apk add --no-cache curl caddy jq runit tzdata fuse p7zip bash findutils \
&& python3 -m pip install --user --no-cache-dir pipx \
&& apk add --no-cache --virtual .build-deps curl-dev gcc libffi-dev musl-dev jpeg-dev \
&& pipx install --pip-args='--pre --no-cache-dir' pyload-ng[plugins] \
&& pipx install --pip-args='--no-cache-dir' pyload-ng[plugins] \
&& pipx install --pip-args='--no-cache-dir' gallery-dl \
&& apk del .build-deps \
&& wget -O - https://github.com/mayswind/AriaNg/releases/download/1.2.4/AriaNg-1.2.4.zip | busybox unzip -qd /workdir/ariang - \
Expand Down

0 comments on commit 5cdd50f

Please sign in to comment.