2023-11-03 18:45:49 +01:00
|
|
|
FROM opensuse/leap
|
|
|
|
|
2023-11-03 18:58:21 +01:00
|
|
|
RUN sed -i '/onlyReq/csolver.onlyRequires = true' /etc/zypp/zypp.conf
|
2023-11-03 18:57:41 +01:00
|
|
|
RUN zypper install -y git
|
2023-11-03 19:03:58 +01:00
|
|
|
RUN git clone --depth 0 https://github.com/flux-framework/flux-core.git; \
|
|
|
|
cd flux-core; \
|
|
|
|
ls src
|