Skip to content

Commit

Permalink
Removed the removal of curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 8, 2024
1 parent 10bbd78 commit 8a36be3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ RUN apk add curl unzip tzdata vim docker-cli \
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ jdupes \
&& curl https://rclone.org/install.sh | bash \
&& apk add --no-cache ca-certificates fuse \
&& apk del ipcalc \
&& apk del curl \
&& rm -rf /var/cache/apk/*

# Test rclone installation
Expand Down

0 comments on commit 8a36be3

Please sign in to comment.