**Describe the bug** The current SOF docker images have a hardcoded proxy set to Intel servers: https://thesofproject.github.io/latest/getting_started/build-guide/build-with-docker.html While testing the instructions from public network, scripts/docker-run.sh builds will fail due to this. ** Mitigation ** Modify scripts/docker-run.sh with ```` + --env http_proxy \ + --env https_proxy \ --env CMAKE_BUILD_TYPE \ ```