mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
e516fe42fb
The install_docker helper hardcoded `docker-buildx-plugin` (Docker's official apt repo name), so setup-local failed on systems where Docker was installed from Ubuntu's repos, which ship the same plugin as `docker-buildx`. Skip the install when `docker buildx version` already works, and probe apt-cache to pick whichever package name is available. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>