Skip to content

Commit

Permalink
Merge pull request #42 from umccr/enhancement/add-rclone-maker
Browse files Browse the repository at this point in the history
Remove shell prefix
  • Loading branch information
alexiswl authored Jun 7, 2024
2 parents c799d86 + 7453d8d commit 311aa90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion repositories/rclone/1.66.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN apt update -y -q && \
wget \
python3 \
python3-tomli-w && \
bash -c \
wget \
--output-document "rclone-${RCLONE_VERSION}-linux-"${TARGETPLATFORM#linux/}".deb" \
"https://downloads.rclone.org/${RCLONE_VERSION}/rclone-${RCLONE_VERSION}-linux-"${TARGETPLATFORM#linux/}".deb" && \
Expand Down

0 comments on commit 311aa90

Please sign in to comment.