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