Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
|