mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 11:31:16 +00:00
Fix syntax error
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
#### Changed
|
#### Changed
|
||||||
- Removed `amqp` on PHP 5.3
|
- 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
|
- 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
|
## Release 0.135
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ RUN set -eux \
|
|||||||
### Instal Architecture Dependent software
|
### Instal Architecture Dependent software
|
||||||
###
|
###
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& if [ "${ARCH}" = "linux/amd64" ]; \
|
&& if [ "${ARCH}" = "linux/amd64" ]; then \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends --no-install-suggests \
|
||||||
mongodb-org-shell \
|
mongodb-org-shell \
|
||||||
|
|||||||
Reference in New Issue
Block a user