diff --git a/release/package/amzn-2/Dockerfile b/release/package/amzn-2/Dockerfile index 70ebc7b85..bf733c10f 100644 --- a/release/package/amzn-2/Dockerfile +++ b/release/package/amzn-2/Dockerfile @@ -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"] diff --git a/release/package/centos-7/Dockerfile b/release/package/centos-7/Dockerfile index 77e67292f..0f39487e0 100644 --- a/release/package/centos-7/Dockerfile +++ b/release/package/centos-7/Dockerfile @@ -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"] diff --git a/release/package/centos-9/Dockerfile b/release/package/centos-9/Dockerfile index 6521dd144..260ef3fe2 100644 --- a/release/package/centos-9/Dockerfile +++ b/release/package/centos-9/Dockerfile @@ -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"] diff --git a/release/package/debian-10/Dockerfile b/release/package/debian-10/Dockerfile index 926850239..839e4ad29 100644 --- a/release/package/debian-10/Dockerfile +++ b/release/package/debian-10/Dockerfile @@ -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"] diff --git a/release/package/debian-11-arm/Dockerfile b/release/package/debian-11-arm/Dockerfile index 0fff820d5..e6cedb45d 100644 --- a/release/package/debian-11-arm/Dockerfile +++ b/release/package/debian-11-arm/Dockerfile @@ -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"] diff --git a/release/package/debian-11/Dockerfile b/release/package/debian-11/Dockerfile index 71fb6751c..c8bb4e6fa 100644 --- a/release/package/debian-11/Dockerfile +++ b/release/package/debian-11/Dockerfile @@ -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"] diff --git a/release/package/debian-12-arm/Dockerfile b/release/package/debian-12-arm/Dockerfile index 6240ede8d..e938f5972 100644 --- a/release/package/debian-12-arm/Dockerfile +++ b/release/package/debian-12-arm/Dockerfile @@ -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"] diff --git a/release/package/debian-12/Dockerfile b/release/package/debian-12/Dockerfile index 506b8130f..9df4d8386 100644 --- a/release/package/debian-12/Dockerfile +++ b/release/package/debian-12/Dockerfile @@ -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"] diff --git a/release/package/fedora-36/Dockerfile b/release/package/fedora-36/Dockerfile index 0f8cab2c5..305634afd 100644 --- a/release/package/fedora-36/Dockerfile +++ b/release/package/fedora-36/Dockerfile @@ -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"] diff --git a/release/package/fedora-38/Dockerfile b/release/package/fedora-38/Dockerfile index 7fc229a86..d5ad573d5 100644 --- a/release/package/fedora-38/Dockerfile +++ b/release/package/fedora-38/Dockerfile @@ -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"] diff --git a/release/package/fedora-39/Dockerfile b/release/package/fedora-39/Dockerfile index 9f0cde88d..ef5068431 100644 --- a/release/package/fedora-39/Dockerfile +++ b/release/package/fedora-39/Dockerfile @@ -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"] diff --git a/release/package/rocky-9/Dockerfile b/release/package/rocky-9/Dockerfile index bad837250..36c50f9e0 100644 --- a/release/package/rocky-9/Dockerfile +++ b/release/package/rocky-9/Dockerfile @@ -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"] diff --git a/release/package/ubuntu-18.04/Dockerfile b/release/package/ubuntu-18.04/Dockerfile index 1f7d2591d..c2096dd4f 100644 --- a/release/package/ubuntu-18.04/Dockerfile +++ b/release/package/ubuntu-18.04/Dockerfile @@ -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"] diff --git a/release/package/ubuntu-20.04/Dockerfile b/release/package/ubuntu-20.04/Dockerfile index f11b65a69..346919440 100644 --- a/release/package/ubuntu-20.04/Dockerfile +++ b/release/package/ubuntu-20.04/Dockerfile @@ -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"] diff --git a/release/package/ubuntu-22.04-arm/Dockerfile b/release/package/ubuntu-22.04-arm/Dockerfile index 4ebade46a..b2fa6f4f8 100644 --- a/release/package/ubuntu-22.04-arm/Dockerfile +++ b/release/package/ubuntu-22.04-arm/Dockerfile @@ -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"] diff --git a/release/package/ubuntu-22.04/Dockerfile b/release/package/ubuntu-22.04/Dockerfile index 2183b6683..47570e6ad 100644 --- a/release/package/ubuntu-22.04/Dockerfile +++ b/release/package/ubuntu-22.04/Dockerfile @@ -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"]