fix: add-apt-repository with GNUPGHOME, true arm64 base; license to AGPLv3
curl|gpg --dearmor was silently dropping the deadsnakes key (gpg exits 0 on bad input), leaving apt unable to find python3.13. Reverted to add-apt-repository with GNUPGHOME=$(mktemp -d) to isolate gpg from any pre-existing agent socket. Removed --platform=\$BUILDPLATFORM from the arm64 base so the image contains real arm64 binaries. License updated from MIT to AGPL-3.0-or-later. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in: