working rc1
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache mariadb-client rclone curl supercronic docker
|
||||
COPY entrypoint.sh opt
|
||||
FROM python:alpine3.18
|
||||
RUN apk add --no-cache mariadb-client rclone supercronic docker restic
|
||||
COPY . opt
|
||||
RUN chmod +x /opt/entrypoint.sh
|
||||
RUN chmod +x /opt/restic.sh
|
||||
RUN pip install requests python-dotenv
|
||||
CMD ["/opt/entrypoint.sh"]
|
Reference in New Issue
Block a user