From e86b9fa29c5fa165bce9a4286c849c30162f6e67 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sat, 18 Jul 2026 15:56:38 +0000 Subject: [PATCH] fix: remove user restriction from runner containers to allow apt-get Remove --user 1000:1000 option to allow workflow containers to run as root. This is needed for the Docker CLI installation step which requires root permissions for apt-get commands. Co-Authored-By: Paperclip --- apps/forgejo-runner/forgejo-runner-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/forgejo-runner/forgejo-runner-config.yaml b/apps/forgejo-runner/forgejo-runner-config.yaml index 5372761..58c21cb 100644 --- a/apps/forgejo-runner/forgejo-runner-config.yaml +++ b/apps/forgejo-runner/forgejo-runner-config.yaml @@ -20,4 +20,4 @@ data: container: network: host privileged: false - options: --user 1000:1000 + options: