Skip to content

Commit fe3b5cb

Browse files
author
Luc
committed
try original filename
1 parent fa452e2 commit fe3b5cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ RUN set -ex; \
3131

3232
# install rclone script
3333
RUN set -eux; \
34-
curl https://github.com/rclone/rclone/releases/download/${RCLONE_VERSION}/rclone-${RCLONE_VERSION}-linux-amd64.zip --output rclone.zip; \
35-
unzip rclone.zip; \
36-
cd rclone-*-linux-amd64; \
34+
curl https://github.com/rclone/rclone/releases/download/${RCLONE_VERSION}/rclone-${RCLONE_VERSION}-linux-amd64.zip -LO; \
35+
unzip rclone-${RCLONE_VERSION}-linux-amd64.zip; \
36+
cd rclone-${RCLONE_VERSION}-linux-amd64; \
3737
cp rclone /usr/bin/; \
3838
chown root:root /usr/bin/rclone; \
3939
chmod 755 /usr/bin/rclone; \

0 commit comments

Comments
 (0)