From 8a36be34020d8d34d4c71dc75906f3e787cf8b93 Mon Sep 17 00:00:00 2001 From: Drazzilb <65743746+Drazzilb08@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:04:41 -0800 Subject: [PATCH] Removed the removal of curl --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ffba1a..fe4405c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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