Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
yashoswalyo committed Aug 22, 2022
1 parent 8fd54a1 commit c0200d5
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 @@ -8,7 +8,7 @@ RUN apt-get -y update && apt-get -y upgrade && apt-get install apt-utils -y && \
p7zip-full p7zip-rar xz-utils wget curl pv jq \
ffmpeg unzip neofetch mediainfo

RUN curl https://rclone.org/install.sh | bash
# RUN curl https://rclone.org/install.sh | bash

COPY requirements.txt .
RUN pip3 install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit c0200d5

Please sign in to comment.