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

@@ -12,6 +12,7 @@
#### Changed
- Removed `amqp` on PHP 5.3
- Switch PHP 5.5 base image to [devilbox/php-fpm-5.5](https://github.com/devilbox/docker-php-fpm-5.5) for arm64 support
- Changed PHP 5.5 to Debian stretch
## Release 0.135

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 \

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 \

View File

@@ -147,7 +147,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 \

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 \

View File

@@ -149,7 +149,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 \

View File

@@ -149,7 +149,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 \

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 \

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 \

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 \

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 \

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 \

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 \

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 \

View File

@@ -170,7 +170,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 \