Fix syntax error

This commit is contained in:
cytopia
2022-03-18 18:41:13 +01:00
parent 116aa387fb
commit 157945dada
15 changed files with 15 additions and 14 deletions

View File

@@ -148,7 +148,7 @@ RUN set -eux \
### Instal Architecture Dependent software
###
RUN set -eux \
&& if [ "${ARCH}" = "linux/amd64" ]; \
&& if [ "${ARCH}" = "linux/amd64" ]; then \
DEBIAN_FRONTEND=noninteractive apt-get update -q \
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
mongodb-org-shell \