7 lines
304 B
Plaintext
7 lines
304 B
Plaintext
FROM opensuse/leap
|
|
|
|
RUN sed -i '/onlyReq/csolver.onlyRequires = true' /etc/zypp/zypp.conf
|
|
RUN zypper --quiet install -y git gcc libtool command-not-found
|
|
RUN git clone --depth 1 https://github.com/flux-framework/flux-core.git
|
|
RUN cd flux-core; \
|
|
./autogen.sh && ./configure --prefix=$HOME/local |