From f8350e02e68e9a48a5fdcb8fc53c663c9ee5b4b7 Mon Sep 17 00:00:00 2001 From: Phil Regier Date: Fri, 3 Nov 2023 19:59:04 +0100 Subject: [PATCH] put git clone on its own line --- flux-test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flux-test b/flux-test index 545a5dd..2511db8 100644 --- a/flux-test +++ b/flux-test @@ -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 \ No newline at end of file