Files
backup-bot-two/Dockerfile
T
renovate-bot 9862691970
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
chore(deps): update docker docker tag to v29.8.0
2026-09-04 23:02:16 +00:00

11 lines
288 B
Docker

FROM docker:29.8.0-dind
RUN apk add --upgrade --no-cache restic bash python3 py3-pip py3-click py3-docker-py py3-json-logger curl
RUN pip install --break-system-packages resticpy==1.3.0
COPY backupbot.py /usr/bin/backup
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]