5 lines
161 B
Plaintext
5 lines
161 B
Plaintext
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 |