From 15599cb54647650c4a4ed820df1ee7b397f2651d Mon Sep 17 00:00:00 2001 From: gyurix Date: Wed, 27 Aug 2025 11:07:20 +0200 Subject: [PATCH] Remove busybox-extras from Dockerfile to streamline image size --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a90a92..6e03a02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ RUN apk add --no-cache \ openssh-client \ sshpass \ jq \ - busybox-extras \ borgbackup COPY start_backup.sh /start_backup.sh