Remove busybox-extras from Dockerfile to streamline image size

This commit is contained in:
gyurix
2025-08-27 11:07:20 +02:00
parent 1753b8ddda
commit 15599cb546

View File

@@ -4,7 +4,6 @@ RUN apk add --no-cache \
openssh-client \
sshpass \
jq \
busybox-extras \
borgbackup
COPY start_backup.sh /start_backup.sh