mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Ubuntu mirrors (security.ubuntu.com) are frequently unreachable from GitHub Actions runners, causing all amd64 Docker builds to fail. Instead of installing Node.js via NodeSource apt repo (which requires working Ubuntu mirrors for the initial apt-get update), copy the Node binary and modules directly from the official node:22-bookworm image. Also add retry with backoff to the system deps apt-get update.