fixed some bugs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-29 09:25:09 -05:00
parent d0d187f203
commit 1f8d77b98d
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
FROM python:alpine3.18
RUN apk add --no-cache mariadb-client rclone supercronic docker restic
RUN apk add --no-cache mariadb-client rclone supercronic docker restic zip
COPY . opt
RUN chmod +x /opt/entrypoint.sh
RUN chmod +x /opt/restic.sh