From fa90129aa973b9551fe3ed54530c47dfbbf0ea6c Mon Sep 17 00:00:00 2001 From: Phil Regier Date: Fri, 3 Nov 2023 18:57:41 +0100 Subject: [PATCH] install git and disable recommends --- flux-test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flux-test b/flux-test index 96871ea..207e28a 100644 --- a/flux-test +++ b/flux-test @@ -1,3 +1,5 @@ FROM opensuse/leap +RUN sed -i '/onlyReq/csolver.onlyRequires = true' +RUN zypper install -y git RUN git clone https://github.com/flux-framework/flux-core.git \ No newline at end of file