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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user