mirror of
https://github.com/trailofbits/dropkit
synced 2026-06-21 14:11:54 +00:00
2bf36e2304
The cloud-init template hardcoded the Docker APT repo URL for Ubuntu, which breaks on Debian images (e.g. Debian 13 "trixie"). Replace the static apt.sources block with a runcmd script that detects the distro via /etc/os-release and configures the correct Docker repo dynamically. Also uses dpkg --print-architecture instead of hardcoding amd64. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>