FROM alpine:3.21 RUN \ apk -U add openssh-server rsync borgbackup COPY rootfs / ENTRYPOINT [ "/bin/sh", "/app/entrypoint.sh" ]