Spaces:
Runtime error
Runtime error
Update Dockerfile
#1
by
NeraN
- opened
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
FROM ubuntu AS git-download
|
3 |
RUN apt-get update && apt-get install -y git
|
4 |
WORKDIR /app
|
5 |
-
RUN git clone https://github.com/
|
6 |
|
7 |
|
8 |
# Build rclone
|
|
|
2 |
FROM ubuntu AS git-download
|
3 |
RUN apt-get update && apt-get install -y git
|
4 |
WORKDIR /app
|
5 |
+
RUN git clone https://github.com/tgdrive/rclone.git .
|
6 |
|
7 |
|
8 |
# Build rclone
|