From 67b820a72a8b69aa071db59d344561ecb0f5089c Mon Sep 17 00:00:00 2001 From: ignatiusm Date: Tue, 7 May 2024 11:08:55 +1200 Subject: [PATCH] fix(ubuntu-singularity): add apt-get update to .def --- ubuntu-singularity/github-actions-runner-singularity.def | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu-singularity/github-actions-runner-singularity.def b/ubuntu-singularity/github-actions-runner-singularity.def index 91a11c0..76a402e 100644 --- a/ubuntu-singularity/github-actions-runner-singularity.def +++ b/ubuntu-singularity/github-actions-runner-singularity.def @@ -16,6 +16,7 @@ Stage: build export RUNNER_VERSION=2.267.1 chmod +x /entrypoint.sh + apt-get update -y apt-get install -y --no-install-recommends software-properties-common add-apt-repository universe add-apt-repository multiverse