Skip to content

Commit

Permalink
update Rclone dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wy580477 committed Mar 15, 2023
1 parent e77008b commit e6d29e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ENV QBT_WEBUI_PORT=61805
ENV RCLONE_PORT=61806
ENV RCLONE_WEBDAV_PORT=61807

RUN apk add --no-cache --update curl jq ffmpeg runit tzdata fuse p7zip bash findutils \
RUN apk add --no-cache --update curl jq ffmpeg runit tzdata fuse3 p7zip bash findutils \
&& python3 -m pip install --user --no-cache-dir pipx \
&& apk add --no-cache --update --virtual .build-deps git curl-dev gcc g++ libffi-dev musl-dev jpeg-dev \
&& pip install --no-cache-dir pipenv \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.lite
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ENV QBT_WEBUI_PORT=61805
ENV RCLONE_PORT=61806
ENV RCLONE_WEBDAV_PORT=61807

RUN apk add --no-cache --update curl ffmpeg jq runit tzdata fuse bash findutils \
RUN apk add --no-cache --update curl ffmpeg jq runit tzdata fuse3 bash findutils \
&& python3 -m pip install --user --no-cache-dir pipx \
&& apk add --no-cache --update --virtual .build-deps git gcc g++ musl-dev \
&& pip install --no-cache-dir pipenv \
Expand Down

0 comments on commit e6d29e2

Please sign in to comment.