Skip to content

Commit

Permalink
Merge pull request #39 from umccr/enhancement/add-rclone-maker
Browse files Browse the repository at this point in the history
Fix targetplfatform
  • Loading branch information
alexiswl authored Jun 7, 2024
2 parents c863aa0 + f8d116f commit da4d3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repositories/rclone/1.66.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN apt update -y -q && \
python3-tomli-w && \
wget \
--output-document "rclone-${RCLONE_VERSION}-"${TARGETPLATFORM//\//-}".deb" \
"https://downloads.rclone.org/${RCLONE_VERSION}/rclone-${RCLONE_VERSION}-linux-"${TARGETPLATFORM//\//-}".deb" && \
dpkg -i "rclone-${RCLONE_VERSION}-linux-${TARGETPLATFORM//\//-}.deb" && \
"https://downloads.rclone.org/${RCLONE_VERSION}/rclone-${RCLONE_VERSION}-"${TARGETPLATFORM//\//-}".deb" && \
dpkg -i "rclone-${RCLONE_VERSION}-${TARGETPLATFORM//\//-}.deb" && \
chmod +x /usr/local/bin/rclone-config-maker


Expand Down

0 comments on commit da4d3c9

Please sign in to comment.