From c0200d5da072d1cf997f6db6a2898e8ccb77760f Mon Sep 17 00:00:00 2001 From: yashoswal18 Date: Mon, 22 Aug 2022 11:46:44 +0530 Subject: [PATCH] .. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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