FROM rclone/rclone:latest

# Install inotify-tools
RUN apk add --no-cache inotify-tools

ENTRYPOINT []
CMD ["/bin/sh"]
