Update Dockerfile and configuration for OpenClaw Assistant

- Added vim and nano to the Dockerfile for improved editing capabilities.
- Bumped version to 0.5.33 in config.yaml.
- Set OpenClaw directories in run.sh to ensure persistence across updates.
This commit is contained in:
techartdev
2026-02-04 16:49:58 +02:00
parent 5000cc94b1
commit e6d6f62da6
3 changed files with 15 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gnupg \
build-essential \
sudo \
vim \
nano \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*