tktkdrrrrrrrrrrr commited on
Commit
beeda14
·
verified ·
1 Parent(s): b60e664

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -6,7 +6,6 @@ COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
  RUN apt update && apt install -y \
9
- rclone \
10
  aria2 \
11
  zip
12
 
 
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
  RUN apt update && apt install -y \
 
9
  aria2 \
10
  zip
11