put git clone on its own line
This commit is contained in:
parent
8ab3f6c788
commit
f8350e02e6
@ -2,6 +2,6 @@ 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; \
|
||||
cd flux-core; \
|
||||
RUN git clone --depth 1 https://github.com/flux-framework/flux-core.git
|
||||
RUN cd flux-core; \
|
||||
./autogen.sh && ./configure --prefix=$HOME/local
|
Loading…
Reference in New Issue
Block a user