Restore Docker CLI to runner image for Dagger engine

Dagger shells out to the `docker` binary to provision its BuildKit
engine container. Phase 3 removed docker-ce-cli, breaking all Dagger
calls in CI.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-11 17:47:59 -08:00
commit 7af4e595cc
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1 @@
Restore Docker CLI to Forgejo runner image — Dagger shells out to ``docker`` to provision its BuildKit engine.