diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..010d9ed --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM deitch/mysql-backup + +RUN pip3 install rotate-backups +COPY rotate-dbbackups.sh /scripts.d/post-backup/rotate-dbbackups.sh +RUN chmod +x /scripts.d/post-backup/rotate-dbbackups.sh + +ENTRYPOINT ["/entrypoint"] \ No newline at end of file