From d069c1caf164eac7ca30fd1b3fcf1f2edfe39967 Mon Sep 17 00:00:00 2001 From: Jakob Linskeseder Date: Thu, 26 Mar 2026 22:26:07 +0100 Subject: [PATCH] Fix Ruby component publishing documentation Docker images has to use root because it tries to write to `/.local` which would fail otherwise. --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 265877f8..737f8084 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: