1 FROM rclone/rclone:latest 2 3 # Install inotify-tools 4 RUN apk add --no-cache inotify-tools 5 6 ENTRYPOINT [] 7 CMD ["/bin/sh"]