install git and disable recommends

This commit is contained in:
Phil Regier 2023-11-03 18:57:41 +01:00
parent a9f5ad45fe
commit fa90129aa9

View File

@ -1,3 +1,5 @@
FROM opensuse/leap 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 RUN git clone https://github.com/flux-framework/flux-core.git