Update Dockerfile

#1
by NeraN - opened
Files changed (1) hide show
  1. 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/divyam234/rclone.git .
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