Install libtool and cnf; flesh out manual flux installation slightly

This commit is contained in:
Phil Regier 2023-11-03 19:47:08 +01:00
parent 9bfb297f67
commit 25acbeb75f

View File

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