diff --git a/Dockerfile b/Dockerfile index 66135760..535d02de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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