ci-for-research / self-hosted-runners

Recipe to install and configure a GitHub action runner using Ansible
Apache License 2.0
17 stars 9 forks source link

Error building ubuntu-singularity: `unable to locate package software-properties-common` #148

Open ignatiusm opened 6 months ago

ignatiusm commented 6 months ago

Thank you for this repo full of excellent resources :)

I am trying to build the ubuntu-singularity runner .sif file (as at commit 88b3787) using singularity 4.1.0 on Ubuntu.

When I run sudo singularity build github-actions-runner-singularity.sif github-actions-runner-singularity.def the build fails with the error: unable to locate package software-properties-common. I think the .def file needs an additional apt-get update -y before installing software-properties-common.