FROM alpine:latest RUN apk add --no-cache \ openssh-client \ sshpass \ jq \ busybox-extras \ borgbackup COPY start_backup.sh /start_backup.sh RUN chmod +x /start_backup.sh CMD /start_backup.sh