Update Dockerfile, config.yaml, and run.sh for enhancements

- Added rsync to Dockerfile for improved file synchronization.
- Bumped version to 0.5.41 in config.yaml.
- Implemented skill synchronization and persistent storage management in run.sh.
This commit is contained in:
techartdev
2026-02-11 15:28:35 +02:00
parent 61e122c101
commit a1f9afc08a
3 changed files with 49 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
nano \
fd-find \
ripgrep \
rsync \
bat \
less \
&& apt-get clean \