Add step to change shell to /bin/bash in amzn-2 Dockerfile
This commit is contained in:
parent
f8046e761f
commit
19ab78e1eb
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user