Skip to content

Commit

Permalink
Merge pull request #40 from umccr/enhancement/add-rclone-maker
Browse files Browse the repository at this point in the history
Shell find/replace substitution doesn't work with just regular shell
  • Loading branch information
alexiswl authored Jun 7, 2024
2 parents da4d3c9 + 0bb5b0f commit b9e9274
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions repositories/rclone/1.66.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ RUN apt update -y -q && \
wget \
python3 \
python3-tomli-w && \
bash -c \
wget \
--output-document "rclone-${RCLONE_VERSION}-"${TARGETPLATFORM//\//-}".deb" \
"https://downloads.rclone.org/${RCLONE_VERSION}/rclone-${RCLONE_VERSION}-"${TARGETPLATFORM//\//-}".deb" && \
dpkg -i "rclone-${RCLONE_VERSION}-${TARGETPLATFORM//\//-}.deb" && \
--output-document "rclone-${RCLONE_VERSION}-linux-"${TARGETPLATFORM#linux/}".deb" \
"https://downloads.rclone.org/${RCLONE_VERSION}/rclone-${RCLONE_VERSION}-linux-"${TARGETPLATFORM#linux/}".deb" && \
dpkg -i "rclone-${RCLONE_VERSION}-linux-${TARGETPLATFORM#linux/}.deb" && \
chmod +x /usr/local/bin/rclone-config-maker


Expand Down

0 comments on commit b9e9274

Please sign in to comment.