From 24331c1528f14395b6f281bfb1cbd64de3e3a52e Mon Sep 17 00:00:00 2001 From: Corentin Hembise Date: Mon, 28 Mar 2022 11:41:32 +0200 Subject: [PATCH] apt-get update before apt-get install --- 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