Add step to change shell to /bin/bash in amzn-2 Dockerfile

This commit is contained in:
Deda 2024-02-24 10:42:52 +01:00
parent f8046e761f
commit 19ab78e1eb

View File

@ -14,6 +14,7 @@ RUN wget -q https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-${TOOL
&& rm toolchain-${TOOLCHAIN_VERSION}-binaries-amzn-2-x86_64.tar.gz
# Install toolchain run deps and memgraph build deps
SHELL ["/bin/bash", "-c"]
RUN git clone https://github.com/memgraph/memgraph.git \
&& cd memgraph \
&& ./environment/os/$OS.sh install TOOLCHAIN_RUN_DEPS && \