FROM alpine:latest RUN apk add --no-cache mariadb-client rclone curl supercronic docker COPY entrypoint.sh opt CMD ["/opt/entrypoint.sh"]