2023-11-03 18:58:21 +01:00

5 lines
181 B
Plaintext

FROM opensuse/leap
RUN sed -i '/onlyReq/csolver.onlyRequires = true' /etc/zypp/zypp.conf
RUN zypper install -y git
RUN git clone https://github.com/flux-framework/flux-core.git