From 9b322b7d99c099bbd7bcb6e18f6ab1ea94a4af89 Mon Sep 17 00:00:00 2001 From: Deda Date: Sat, 24 Feb 2024 10:45:15 +0100 Subject: [PATCH] Swap $OS with amzn-2 --- release/package/amzn-2/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/package/amzn-2/Dockerfile b/release/package/amzn-2/Dockerfile index b2c95cc54..70ebc7b85 100644 --- a/release/package/amzn-2/Dockerfile +++ b/release/package/amzn-2/Dockerfile @@ -17,8 +17,8 @@ RUN wget -q https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-${TOOL SHELL ["/bin/bash", "-c"] RUN git clone https://github.com/memgraph/memgraph.git \ && cd memgraph \ - && ./environment/os/$OS.sh install TOOLCHAIN_RUN_DEPS \ - && ./environment/os/$OS.sh install MEMGRAPH_BUILD_DEPS \ + && ./environment/os/amzn-2.sh install TOOLCHAIN_RUN_DEPS \ + && ./environment/os/amzn-2.sh install MEMGRAPH_BUILD_DEPS \ && cd .. && rm -rf memgraph ENTRYPOINT ["sleep", "infinity"]