5 lines
161 B
Plaintext
Raw Normal View History

2023-11-03 18:45:49 +01:00
FROM opensuse/leap
2023-11-03 18:57:41 +01:00
RUN sed -i '/onlyReq/csolver.onlyRequires = true'
RUN zypper install -y git
2023-11-03 18:45:49 +01:00
RUN git clone https://github.com/flux-framework/flux-core.git