Fix empty continuation lines

This commit is contained in:
Deda 2024-02-24 11:04:58 +01:00
parent 28e5ca103d
commit 37bbc3b37c
16 changed files with 16 additions and 16 deletions

View File

@ -18,7 +18,7 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/amzn-2.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/amzn-2.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/amzn-2.sh install MEMGRAPH_BUILD_DEPS
&& cd .. && rm -rf memgraph
ENTRYPOINT ["sleep", "infinity"]

View File

@ -17,6 +17,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/centos-7.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/centos-7.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/centos-7.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -17,6 +17,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/centos-9.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/centos-9.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/centos-9.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -20,6 +20,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/debian-10.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/debian-10.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/debian-10.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -20,6 +20,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/debian-11-arm.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/debian-11-arm.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/debian-11-arm.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -20,6 +20,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/debian-11.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/debian-11.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/debian-11.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -20,6 +20,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/debian-12-arm.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/debian-12-arm.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/debian-12-arm.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -20,6 +20,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/debian-12.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/debian-12.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/debian-12.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -18,6 +18,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/fedora-36.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/fedora-36.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/fedora-36.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -18,6 +18,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/fedora-38.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/fedora-38.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/fedora-38.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -18,6 +18,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/fedora-39.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/fedora-39.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/fedora-39.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -18,6 +18,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/rocky-9.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/rocky-9.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/rocky-9.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -20,6 +20,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/ubuntu-18.04.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/ubuntu-18.04.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/ubuntu-18.04.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -20,6 +20,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/ubuntu-20.04.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/ubuntu-20.04.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/ubuntu-20.04.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -20,6 +20,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/ubuntu-22.04-arm.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/ubuntu-22.04-arm.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/ubuntu-22.04-arm.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]

View File

@ -20,6 +20,6 @@ SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/ubuntu-22.04.sh install TOOLCHAIN_RUN_DEPS \
&& ./environment/os/ubuntu-22.04.sh install MEMGRAPH_BUILD_DEPS \
&& ./environment/os/ubuntu-22.04.sh install MEMGRAPH_BUILD_DEPS
ENTRYPOINT ["sleep", "infinity"]