mirror of
http://forgejo.openclaw.svc.cluster.local:3000/mrhavens/fold-stack.git
synced 2026-06-18 01:22:54 +00:00
7 lines
119 B
Docker
7 lines
119 B
Docker
FROM rclone/rclone:latest
|
|
|
|
# Install inotify-tools
|
|
RUN apk add --no-cache inotify-tools
|
|
|
|
ENTRYPOINT []
|
|
CMD ["/bin/sh"]
|