Fix Ruby component publishing documentation

Docker images has to use root because it tries
to write to `/.local` which would fail otherwise.
This commit is contained in:
Jakob Linskeseder
2026-03-26 22:26:07 +01:00
parent 6714e07a6a
commit d069c1caf1
-1
View File
@@ -173,7 +173,6 @@ A full release via Docker may be completed with the following:
docker run --rm --interactive --tty \
--volume $PWD:/app \
--workdir /app \
--user $(id -u):$(id -g) \
ruby:3.2-slim bash
```
* Execute the following steps: