mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-15 21:42:27 +00:00
Build #28301886085 failed with 'curl: command not found' on the URL resolution step. Upstream Dockerfile only installs wget + python3, not curl. Use urllib.request.urlopen().geturl() to follow Valve's redirect and pull the versioned IMG name (e.g. steamdeck-recovery- 4-20250603.5-3.7.10.img.bz2) for the cache key.